chrome fix
This commit is contained in:
parent
dc0d38df01
commit
71980947ef
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ ul[data-list-id="guildsnav"] div[class^="scroller-"] {
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
||||||
|
// Chrome, ugh..
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
// add button
|
// add button
|
||||||
& + div {
|
& + div {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
|
Loading…
Reference in a new issue