mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 22:31:09 +03:00
fix(ui): re-hide scroll bars. closes #2981
This commit is contained in:
parent
017aa08a75
commit
f0dbfbd0d5
1 changed files with 8 additions and 0 deletions
|
@ -117,3 +117,11 @@ body {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
body::-webkit-scrollbar-thumb {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue