mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-26 00:50:56 -05:00
fix(header): fixed header in settings
This commit is contained in:
parent
32182b1803
commit
bbe1e0d178
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
.scrollbox {
|
.scrollbox {
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
border-top: none;
|
border-top: 56px solid transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue