client/style: always show scrollbar
This commit is contained in:
parent
ea55b662ce
commit
d603fb3fe6
|
@ -28,6 +28,7 @@
|
|||
}
|
||||
|
||||
body {
|
||||
overflow-y: scroll;
|
||||
margin: 0;
|
||||
color: var(--text-color);
|
||||
font-family: 'Droid Sans' !important;
|
||||
|
|
Loading…
Reference in New Issue