Vertical scrollbar is shown everywhere
Reason: navigating between pages w/o scrollbar and pages with scrollbar resulted in slight layout repositioning
This commit is contained in:
parent
db1d8383fd
commit
1a3f77175b
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ body {
|
|||
color: black;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow-x: auto;
|
||||
overflow-y: scroll;
|
||||
font-family: 'Droid Sans', sans-serif;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue