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