diff --git a/Dribbblish/user.css b/Dribbblish/user.css index c87d7904..21216d6d 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,7 +744,8 @@ img.playlist-picture[src$=".svg"] { background-color: var(--spice-subtext); } .main-buddyFeed-content { - height: fit-content; + height: 100%; + position: relative; } /* bottom scroll-bar popup fix */