Skip to content

Commit

Permalink
sticky sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
tamland committed Aug 2, 2023
1 parent 09c13b5 commit 67bba86
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/app/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,18 @@
.sidebar-container .sidebar-fixed {
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-bottom: 180px;
padding-bottom: 100px;
width: 250px;
position: sticky;
top: 0;
max-height: 100vh;
overflow-y: scroll;
scrollbar-width: none;
}
.sidebar-container .sidebar-fixed::-webkit-scrollbar {
display: none;
}
.sidebar-container .sidebar-brand {
Expand Down

0 comments on commit 67bba86

Please sign in to comment.