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