Skip to content

Commit

Permalink
🔀 Merge pull request #70 from davep/fix-tags-details-flash
Browse files Browse the repository at this point in the history
Add more work to remove the flash of unneeded scrollbar
  • Loading branch information
davep authored Jan 10, 2025
2 parents 2b83efb + 0fddf48 commit 8a89dfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/braindrop/app/widgets/raindrop_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ class RaindropDetails(VerticalScroll):
height: auto;
/* Stop a flash of unnecessary scrollbar. */
scrollbar-size-vertical: 0;
overflow-y: hidden;
}
}
"""
Expand Down

0 comments on commit 8a89dfc

Please sign in to comment.