Skip to content

Commit

Permalink
#825 hide x-scrollable content on sidebar layout for fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Apr 21, 2024
1 parent 8d17012 commit 9a6b2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/layouts/sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@mouseleave="sidebarHover = false"
@blur="sidebarHover = false"
/>
<div class="flex flex-col md:h-screen md:overflow-y-scroll">
<div class="flex flex-col overflow-x-hidden md:h-screen md:overflow-y-scroll">
<div
class="bg-light-layer-0 pt-8 transition-padding duration-500 dark:bg-dark-layer-0 md:pt-0"
:class="{
Expand Down

0 comments on commit 9a6b2ff

Please sign in to comment.