Skip to content

Commit

Permalink
fix: increase the z-index for avoid overlapping by the modal
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed May 21, 2023
1 parent a9b4a0e commit ed4aab2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/hb/modules/snackbar/scss/index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/*! purgecss start ignore */
@import "../../../../mods/snackbar/scss/index";

.snackbars {
z-index: $zindex-modal + 1;
}

/*! purgecss end ignore */

0 comments on commit ed4aab2

Please sign in to comment.