From dfdd89ad84d5c68915c65e4a83580047349c49b4 Mon Sep 17 00:00:00 2001 From: Jeong Hyeon Date: Fri, 17 May 2024 17:35:42 +0900 Subject: [PATCH] fix(Dribbblish): sidebar scrollbar (#1073) --- Dribbblish/user.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dribbblish/user.css b/Dribbblish/user.css index 7c39da5a..7e606401 100644 --- a/Dribbblish/user.css +++ b/Dribbblish/user.css @@ -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%; }