diff options
Diffstat (limited to 'chrome/browser/resources/ntp4/new_tab.css')
-rw-r--r-- | chrome/browser/resources/ntp4/new_tab.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/ntp4/new_tab.css b/chrome/browser/resources/ntp4/new_tab.css index 491114a..d649743 100644 --- a/chrome/browser/resources/ntp4/new_tab.css +++ b/chrome/browser/resources/ntp4/new_tab.css @@ -9,6 +9,7 @@ html { /* It's necessary to put this here instead of in body in order to get the background-size of 100% to work properly */ height: 100%; + overflow: hidden; } body { |