Skip to content

Commit

Permalink
css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbonamy committed Jan 1, 2025
1 parent dc4014b commit f99a863
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/screens/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ dialog.settings .list-panel {
width: 140px;
padding: 12px;
max-height: 208px;
overflow-y: scroll;
overflow-y: auto;
scrollbar-color: var(--sidebar-scroll-thumb-color) var(--sidebar-bg-color);
.item {
flex-direction: row;
Expand Down

0 comments on commit f99a863

Please sign in to comment.