From 71980947efb2ef93ce9d067f92cb1e053de7294f Mon Sep 17 00:00:00 2001 From: Er2 Date: Thu, 14 Apr 2022 20:54:59 +0300 Subject: [PATCH] chrome fix --- src/fixes.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/fixes.less b/src/fixes.less index 0dfeea6..4ea7812 100644 --- a/src/fixes.less +++ b/src/fixes.less @@ -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;