Skip to content

Commit

Permalink
fix(Dribbblish): sidebar scrollbar (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lseoksee committed May 17, 2024
1 parent 769b94b commit dfdd89a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dribbblish/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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%;
}

0 comments on commit dfdd89a

Please sign in to comment.