Commit 7320edd4 authored by Joel Hockey's avatar Joel Hockey Committed by Commit Bot

Set root html overflow: hidden to match apps

Bug: 813477
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: Iaa6c3f1acb0b6767f491fd437fa58a8764efcdcf
Reviewed-on: https://chromium-review.googlesource.com/954802Reviewed-by: default avatarTatsuhisa Yamaguchi <yamaguchi@chromium.org>
Commit-Queue: Joel Hockey <joelhockey@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542039}
parent 95c9a411
...@@ -25,6 +25,7 @@ body[type='full-page'] [visibleif]:not([visibleif~='full-page']) { ...@@ -25,6 +25,7 @@ body[type='full-page'] [visibleif]:not([visibleif~='full-page']) {
html { html {
height: 100%; height: 100%;
overflow: hidden;
} }
html.col-resize * { html.col-resize * {
......
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