We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f177b2b commit 174353dCopy full SHA for 174353d
1 file changed
src/visualBuilder/visualBuilder.style.ts
@@ -111,7 +111,7 @@ export function visualBuilderStyles() {
111
color: #6c5ce7;
112
overflow: hidden;
113
114
- z-index: 2147483647 !important;
+ z-index: 2147483646 !important;
115
116
display: grid;
117
grid-template-columns: min-content 0fr;
@@ -493,7 +493,7 @@ export function visualBuilderStyles() {
493
position: absolute;
494
outline: 2px dashed #6c5ce7;
495
transition: var(--outline-transition);
496
497
`,
498
"visual-builder__hover-outline--hidden": css`
499
visibility: hidden;
0 commit comments