Skip to content

Commit 8f2726a

Browse files
authored
Fix navigation buttons visibility on mobile devices (#9569)
1 parent 360a251 commit 8f2726a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/workbench-resources/src/components/Workbench.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,8 +1122,10 @@
11221122
}
11231123
11241124
.hamburger-container {
1125+
position: relative;
11251126
display: flex;
11261127
align-items: center;
1128+
z-index: 1;
11271129
11281130
&.portrait {
11291131
margin-left: 1rem;

0 commit comments

Comments
 (0)