Browse Source

fix(ui): re-hide scroll bars. closes #2981

pull/2987/head
Gabe Kangas 2 years ago
parent
commit
f0dbfbd0d5
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 8
      web/styles/globals.scss

8
web/styles/globals.scss

@ -117,3 +117,11 @@ body { @@ -117,3 +117,11 @@ body {
margin-left: 5px;
margin-right: 5px;
}
body::-webkit-scrollbar {
display: none;
}
body::-webkit-scrollbar-thumb {
display: none;
}

Loading…
Cancel
Save