Skip to content

Commit

Permalink
fix(slideout-stack): Fix slideout z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
molinet committed Nov 1, 2024
1 parent 5df1364 commit 54056c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/slideout-stack/src/theme/styles.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.backdrop,
.slideout {
z-index: 99999;
z-index: 10;
}

.backdrop {
Expand All @@ -24,4 +24,4 @@
&.expanded {
width: 100% !important;
}
}
}

0 comments on commit 54056c1

Please sign in to comment.