Skip to content

Commit

Permalink
[NTP] Image overflow bug fix
Browse files Browse the repository at this point in the history
Fixes an image overflow issue on the NTP page that causes scroll bars
to appear on the animated image / doodle.

(cherry picked from commit b31e0cf)

Bug: 1317403
Change-Id: Id92e2fa7a73198666a9ccedf4eb8b4e5d28948a9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3593931
Reviewed-by: John Lee <johntlee@chromium.org>
Commit-Queue: Roman Arora <romanarora@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#993840}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3607300
Cr-Commit-Position: refs/branch-heads/5005@{#173}
Cr-Branched-From: 5b4d945-refs/heads/main@{#992738}
  • Loading branch information
Roman Arora authored and Chromium LUCI CQ committed Apr 26, 2022
1 parent e75c49b commit b6a0032
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chrome/browser/resources/new_tab_page/untrusted/image.html
Expand Up @@ -9,7 +9,8 @@
}

body {
margin: 0
margin: 0;
overflow: hidden;
}

img {
Expand Down

0 comments on commit b6a0032

Please sign in to comment.