Skip to content

Commit

Permalink
fix sideBar scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Lseoksee committed May 15, 2024
1 parent 02badb1 commit 91f4d08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dribbblish/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit 91f4d08

Please sign in to comment.