From ba38a41ef8e1318820ea8e1d33d37ef4b1d83858 Mon Sep 17 00:00:00 2001 From: Optinux <69096450+Optinux@users.noreply.github.com> Date: Fri, 29 Apr 2022 15:40:41 +0200 Subject: [PATCH] fix scaling bars showing --- user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.css b/user.css index e429f41..1e8638f 100644 --- a/user.css +++ b/user.css @@ -37,7 +37,7 @@ body { filter: drop-shadow(0 0 6px var(--spice-button)) !important; } .main-view-container, .Root__main-view, .os-host-overflow, .os-resize-observer, .os-resize-observer-host, .os-host-overflow>.os-padding { - overflow: visible !important; + overflow: hidden !important; } .spotify__container--is-desktop:not(.fullscreen) .main-navBar-entryPoints, .main-navBar-navBar, .main-rootlist-rootlistPlaylistsScrollNode, .main-createPlaylistButton-button { padding-top: 0px;