Skip to content

Commit

Permalink
fix (bottom separator): bring bottom separator to back of content (#3190
Browse files Browse the repository at this point in the history
)

* fix bottom separator

* fix glitch in editor

* update z-index
  • Loading branch information
mxkae committed Jul 11, 2024
1 parent c72e178 commit f3b1026
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/block-components/separator/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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: 3;
position: relative;
}
}
Expand Down

0 comments on commit f3b1026

Please sign in to comment.