Skip to content

Commit

Permalink
Editor: Add menubar workaround for VisionOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Feb 21, 2024
1 parent abb5abc commit 88f5aaa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions editor/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,12 @@ select {
display: block;
}

/* VisionOS */

#menubar .menu:active .options {
display: block;
}

#menubar .menu .options hr {
border-color: #ddd;
}
Expand Down

0 comments on commit 88f5aaa

Please sign in to comment.