Skip to content

Commit 0b3d2e9

Browse files
fix menubar zindex
1 parent 4a2997a commit 0b3d2e9

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Header

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Header/elements.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const Container = styled.div<{ zenMode: boolean }>`
3030
export const Left = styled.div`
3131
display: flex;
3232
height: 100%;
33-
z-index: 1;
33+
z-index: 999999999999;
3434
`;
3535

3636
export const Right = styled.div`

0 commit comments

Comments
 (0)