mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
fix(Dribbblish): unwanted scrollbar popup
This commit is contained in:
parent
45a1fae6ef
commit
e9fd0ac138
@ -745,3 +745,8 @@ img.playlist-picture[src$=".svg"] {
|
|||||||
.main-buddyFeed-content {
|
.main-buddyFeed-content {
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* bottom scroll-bar popup fix */
|
||||||
|
.Root__main-view-overlay {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user