Skip to content

Commit

Permalink
🔀 Merge pull request #26 from davep/tidy-app-css
Browse files Browse the repository at this point in the history
Remove OptionList scrollbar CSS from the app
  • Loading branch information
davep authored Jan 30, 2025
2 parents 751c0f2 + e95a6bd commit e50b531
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/peplum/app/peplum.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ class Peplum(App[None]):
SearchIcon {
display: none;
}
OptionList {
/* Make the scrollbar less gross. */
scrollbar-background: $panel;
scrollbar-background-hover: $panel;
scrollbar-background-active: $panel;
}
}
/* Make the LoadingIndicator look less like it was just slapped on. */
Expand Down

0 comments on commit e50b531

Please sign in to comment.