Skip to content

Commit

Permalink
fix(free-dom): mask z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
SepVeneto committed Dec 12, 2024
1 parent f272fa3 commit 082a956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/style/free-dom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
.vv-free-dom--draggable__mask.vv-free-dom--draggable__selected::after,
.vv-free-dom--draggable__mask.vv-free-dom--draggable__selected:focus-visible {
content: '';
z-index: 1;
display: block;
width: 100%;
height: 100%;
Expand Down

0 comments on commit 082a956

Please sign in to comment.