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;
|
||||
flex-grow: 1;
|
||||
|
||||
// Chrome, ugh..
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// add button
|
||||
& + div {
|
||||
margin-top: 4px;
|
||||
|
|
Loading…
Reference in a new issue