mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 21:59:43 +03:00
parent
2a7388640d
commit
6e3f5d3e9f
1 changed files with 4 additions and 3 deletions
|
@ -14,7 +14,8 @@
|
|||
overflow: auto;
|
||||
}
|
||||
|
||||
.mainColumn::-webkit-scrollbar, .mainColumn::-webkit-scrollbar-thumb {
|
||||
.mainColumn::-webkit-scrollbar,
|
||||
.mainColumn::-webkit-scrollbar-thumb {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@ -64,8 +65,8 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
right: 10px;
|
||||
margin: 5px;
|
||||
right: 5px;
|
||||
z-index: 199;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue