summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/hats/hats.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/hats/hats.html')
-rw-r--r--chromium/chrome/browser/resources/hats/hats.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/chromium/chrome/browser/resources/hats/hats.html b/chromium/chrome/browser/resources/hats/hats.html
index 18ec74d79e5..9c17d2a6fa8 100644
--- a/chromium/chrome/browser/resources/hats/hats.html
+++ b/chromium/chrome/browser/resources/hats/hats.html
@@ -16,6 +16,13 @@
/* Needs to override dynamically loaded, more specific styles. */
outline-color: rgb(77, 144, 254) !important;
}
+ /* Make sure scroll bars are added only when necessary, the overriden
+ * value is 'scroll' which causes scroll bars always show.
+ * TODO(weili): Remove this once the overriden value changed to auto.
+ */
+ #t402-prompt.t402-prompt-websat-modal {
+ overflow: auto !important;
+ }
</style>
<script>
/**