diff --git a/Dribbblish/user.css b/Dribbblish/user.css index c87d7904..752b5264 100644 --- a/Dribbblish/user.css +++ b/Dribbblish/user.css @@ -506,6 +506,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); @@ -743,10 +744,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%; }