Skip to content

Commit 88f5aaa

Browse files
committed
Editor: Add menubar workaround for VisionOS.
1 parent abb5abc commit 88f5aaa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

editor/css/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,12 @@ select {
376376
display: block;
377377
}
378378

379+
/* VisionOS */
380+
381+
#menubar .menu:active .options {
382+
display: block;
383+
}
384+
379385
#menubar .menu .options hr {
380386
border-color: #ddd;
381387
}

0 commit comments

Comments
 (0)