mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 10:52:48 +01:00
fix(Dribbblish): sidebar scrollbar (#1073)
This commit is contained in:
parent
769b94bd5c
commit
dfdd89ad84
@ -512,6 +512,7 @@ input {
|
|||||||
.main-buddyFeed-container {
|
.main-buddyFeed-container {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
overflow: initial;
|
||||||
}
|
}
|
||||||
.legacy-gridChange .main-coverSlotExpanded-container {
|
.legacy-gridChange .main-coverSlotExpanded-container {
|
||||||
left: calc(var(--nav-bar-width) + 10px);
|
left: calc(var(--nav-bar-width) + 10px);
|
||||||
@ -749,10 +750,10 @@ img.playlist-picture[src$=".svg"] {
|
|||||||
background-color: var(--spice-subtext);
|
background-color: var(--spice-subtext);
|
||||||
}
|
}
|
||||||
.main-buddyFeed-content {
|
.main-buddyFeed-content {
|
||||||
height: fit-content;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* bottom scroll-bar popup fix */
|
/* bottom scroll-bar popup fix */
|
||||||
.Root__main-view-overlay {
|
.Root__main-view-overlay {
|
||||||
display: none;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user