Skip to content

Commit

Permalink
Hide scrollbar on rail
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Nov 5, 2024
1 parent 26739f3 commit 6beecf8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/layouts/DefaultLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
class="view-sidebar"
expand-on-hover
:rail="useRail"
onmouseover=""
>
<template v-slot:prepend>
<v-list density="compact" v-if="shouldRenderInfoMenu">
Expand Down Expand Up @@ -339,4 +340,9 @@ body {
gap: 10px;
padding: 10px;
}
.v-navigation-drawer--rail:not(.v-navigation-drawer--is-hovering)
.v-navigation-drawer__content {
overflow-y: hidden;
}
</style>

0 comments on commit 6beecf8

Please sign in to comment.