fix(text): overflow in Liked Songs genre carousel (#1093)

See issue: https://github.com/spicetify/spicetify-themes/issues/1092
This commit is contained in:
ericlovesmath 2024-07-11 01:26:25 -07:00 committed by GitHub
parent 36f6921ca7
commit 436ab90269
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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