client/style: always show scrollbar

This commit is contained in:
rr- 2016-04-07 21:12:26 +02:00
parent ea55b662ce
commit d603fb3fe6

View file

@ -28,6 +28,7 @@
}
body {
overflow-y: scroll;
margin: 0;
color: var(--text-color);
font-family: 'Droid Sans' !important;