Commit 7fd41868 authored by Joel Einbinder's avatar Joel Einbinder Committed by Commit Bot

DevTools: Align TextPrompt with <input> scroll behavior

This lets you scroll the text prompt horizontally by selecting text
with the mouse.

Bug: 800038
Change-Id: I6e6970a6998530d3355c458d826923b471616e4a
Reviewed-on: https://chromium-review.googlesource.com/1072417Reviewed-by: default avatarAndrey Lushnikov <lushnikov@chromium.org>
Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#561684}
parent 3c4f3125
......@@ -46,6 +46,11 @@
::content .text-prompt {
cursor: text;
overflow-x: visible;
}
::content .text-prompt::-webkit-scrollbar {
display: none;
}
::content .text-prompt.disabled {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment