Skip to content

Commit

Permalink
fix(VsDrawer): add overflow hidden (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithoo committed Feb 4, 2025
1 parent 26a7e0f commit d685e5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/vlossom/src/components/vs-drawer/VsDrawer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ $drawer-border: var(--vs-drawer-border, 1px solid var(--vs-line-color));
z-index: var(--vs-drawer-zIndex);
color: var(--vs-font-color);
pointer-events: none;
overflow: hidden;

&.vs-dimmed {
pointer-events: auto;
Expand Down
1 change: 0 additions & 1 deletion packages/vlossom/src/components/vs-layout/VsLayout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
color: var(--vs-font-color);
transition: padding 0.3s;
}

0 comments on commit d685e5e

Please sign in to comment.