Chromium Code Reviews
Description[FRE] Show scroll bar if window is too small.
Previously the <body> scrollbar is hidden to prevent scrollbar glitch
during initial animation. This CL enables scrollbar so it's shown when
window is very small. Scrollbar glitch fix is re-implemented by wrapping
the animated content (now .slide) with a fixed <div> (now .content) that
has overflow-y: hidden. Also set <body> margin = 0, since otherwise
<body> (height 100vh) would always have scrollbar shown.
BUG=657086
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Review-Url: https://codereview.chromium.org/2750673006
Cr-Commit-Position: refs/heads/master@{#456867}
Committed: https://chromium.googlesource.com/chromium/src/+/939b97d2936323c01181ddabe38a4e3780da242c
Patch Set 1 #
Messages
Total messages: 13 (7 generated)
|
||||||||||||||||||||||||||||