summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/resources/html.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/resources/html.css')
-rw-r--r--chromium/third_party/blink/renderer/core/html/resources/html.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/resources/html.css b/chromium/third_party/blink/renderer/core/html/resources/html.css
index 5c5b6501fe4..00d87abffa1 100644
--- a/chromium/third_party/blink/renderer/core/html/resources/html.css
+++ b/chromium/third_party/blink/renderer/core/html/resources/html.css
@@ -533,6 +533,11 @@ input::-internal-input-suggested {
input::-internal-input-suggested,
textarea::-internal-input-suggested {
font: -webkit-small-control !important;
+ /* Prevent that overflow affects the scrollable area. Without this,
+ LayoutBox::*Scroll{Height,Width}() may determine the scroll width/height
+ from the scrollable area instead of from the overrides in
+ LayoutTextControl{Single,Multi}Line::Scroll{Height,Width}(). */
+ overflow: hidden !important;
}
input[type="password" i] {