chrome fix

This commit is contained in:
Er2 2022-04-14 20:54:59 +03:00
parent dc0d38df01
commit 71980947ef
1 changed files with 5 additions and 0 deletions

View File

@ -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;