From 91f4d085082dcc977d117ec95853520b08b218b9 Mon Sep 17 00:00:00 2001 From: Lseoksee Date: Wed, 15 May 2024 13:35:28 +0900 Subject: [PATCH 1/2] fix sideBar scroll --- Dribbblish/user.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 */ From 4eb56c426cde75850531e39d7f3bb78c6ca5c4fd Mon Sep 17 00:00:00 2001 From: Lseoksee Date: Wed, 15 May 2024 20:20:18 +0900 Subject: [PATCH 2/2] fix Notification --- Dribbblish/user.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dribbblish/user.css b/Dribbblish/user.css index 21216d6d..752b5264 100644 --- a/Dribbblish/user.css +++ b/Dribbblish/user.css @@ -745,10 +745,9 @@ img.playlist-picture[src$=".svg"] { } .main-buddyFeed-content { height: 100%; - position: relative; } /* bottom scroll-bar popup fix */ .Root__main-view-overlay { - display: none; + width: 100%; }