Skip to content

Commit

Permalink
update z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkae committed Jul 10, 2024
1 parent 5d001ca commit e4f45a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/block-components/separator/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
}

.stk-separator ~ *:not(.stk-separator, .stk-video-background) {
z-index: 5;
z-index: 3;
position: relative;
}
}
&.stk-has-bottom-separator:not(.stk-has-top-separator) {
~ *:not(.stk-separator, .stk-video-background) {
z-index: 5;
> *:not(.stk-separator, .stk-video-background) {
z-index: 3;
position: relative;
}
}
Expand Down

0 comments on commit e4f45a3

Please sign in to comment.