From 436ab90269717120a5db36fe1d581b950bf02fe5 Mon Sep 17 00:00:00 2001 From: ericlovesmath Date: Thu, 11 Jul 2024 01:26:25 -0700 Subject: [PATCH] fix(text): overflow in Liked Songs genre carousel (#1093) See issue: https://github.com/spicetify/spicetify-themes/issues/1092 --- text/user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/user.css b/text/user.css index 468e3cc..35d026e 100644 --- a/text/user.css +++ b/text/user.css @@ -108,7 +108,6 @@ .Root__top-bar { border: var(--border-width) solid transparent; } -.Root__main-view, .Root__nav-bar, .Root__now-playing-bar { overflow: visible; @@ -309,6 +308,7 @@ } .Root__main-view::before { content: "Main"; + position: fixed; } .Root__now-playing-bar::before { content: "Playing";