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