Skip to content
Commit 43e82c16 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Replace "overflow: scroll;" with "overflow: auto;"



"overflow: scroll;" always* shows the scroll bars, even if they are not
needed; if the scroll bars should be shown only when needed "overflow:
auto;" should be used instead.

*In newer browsers "overflow: scroll;" behaves like "overflow: auto;",
so this change makes no difference in those cases, but older browsers
respect the expected behaviour.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent 8fa88f2d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment