Add a permanent scrollbar to the page to stop it from jumping around all the time
This commit is contained in:
parent
3c5ce3eefd
commit
02796a7158
|
@ -1,4 +1,6 @@
|
|||
|
||||
body {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
input[type=checkbox], input[type=radio] {
|
||||
vertical-align: middle;
|
||||
|
|
Loading…
Reference in New Issue
Block a user