Skip to content

Commit

Permalink
fix(Dribbblish): unwanted scrollbar popup
Browse files Browse the repository at this point in the history
  • Loading branch information
sansmoraxz authored May 7, 2024
1 parent 45a1fae commit e9fd0ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dribbblish/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -745,3 +745,8 @@ img.playlist-picture[src$=".svg"] {
.main-buddyFeed-content {
height: fit-content;
}

/* bottom scroll-bar popup fix */
.Root__main-view-overlay {
display: none;
}

0 comments on commit e9fd0ac

Please sign in to comment.