Commit 66b79faa authored by John Lee's avatar John Lee Committed by Commit Bot

Settings WebUI: Make textarea underline static to avoid cropping scrollbar

Bug: 956954
Change-Id: I6478ba316c02b46e93c30135e6f7077f680d57dd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609595Reviewed-by: default avatarHector Carmona <hcarmona@chromium.org>
Commit-Queue: John Lee <johntlee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#659712}
parent 2902c068
......@@ -14,6 +14,10 @@
#input-container {
background-color: var(--cr-input-background-color);
}
#underline {
position: static;
}
</style>
<div id="label" hidden="[[!label]]">[[label]]</div>
<div id="input-container">
......
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