Skip to content

Commit

Permalink
temp: Replace z-index: 0 with 1
Browse files Browse the repository at this point in the history
  • Loading branch information
orangevolon committed Oct 16, 2024
1 parent 47a5a7a commit 7775171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flashbar/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
background due to z-index: -1
*/
position: relative;
z-index: 1;
z-index: 0;

&:not(.collapsed) {
> li:not(:last-child) {
Expand Down

0 comments on commit 7775171

Please sign in to comment.