Skip to content

Commit 622ec61

Browse files
reduce z index of pseudo-editable-element to prevent overlap with toolbar / variant dropdown
1 parent dcbc424 commit 622ec61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/visualBuilder/visualBuilder.style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ export function visualBuilderStyles() {
514514
outline: 2px solid #bd59fa;
515515
`,
516516
"visual-builder__pseudo-editable-element": css`
517-
z-index: 2147483647 !important;
517+
z-index: 99999 !important;
518518
`,
519519
// cslp error styles
520520
"visual-builder__button-error": css`

0 commit comments

Comments
 (0)