Skip to content

Commit

Permalink
Added scrollbar again
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkipedia committed May 31, 2024
1 parent f51f0e5 commit f2f4ece
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -208,15 +208,13 @@ if (import.meta.env.DEV) {
<style>
.left-pane{
scrollbar-width: none !important;
overflow-y:auto;
overflow-x:hidden;
height:calc(100% - 50px);
}
.left-pane::-webkit-scrollbar {
width: 0px !important;
}
:root {
color-scheme: light dark;
Expand Down

0 comments on commit f2f4ece

Please sign in to comment.