Skip to content

Commit 786d4f8

Browse files
committed
fix update z index
1 parent b257c4f commit 786d4f8

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
@@ -224,7 +224,7 @@ export function visualBuilderStyles() {
224224
"visual-builder__focused-toolbar": css`
225225
position: absolute;
226226
transform: translateY(-100%);
227-
z-index: 200;
227+
z-index: 2147483647;
228228
gap: 8px;
229229
width: 0;
230230
display: flex;

0 commit comments

Comments
 (0)