Skip to content

Commit

Permalink
fix bottom separator
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkae committed May 22, 2024
1 parent 088e5ff commit ed96385
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/block-components/separator/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
position: relative;
}
}
&.stk-has-bottom-separator:not(.stk-has-top-separator) {
*:not(.stk-separator, .stk-video-background) {
z-index: 5;
position: relative;
}
}

.stk-separator__top {
transform: scaleY(-1);
Expand Down

0 comments on commit ed96385

Please sign in to comment.