mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Attempt to fix submenu not disappearing properly.
This commit is contained in:
parent
e615056302
commit
7d791b86f8
5 changed files with 106 additions and 32 deletions
|
@ -8,6 +8,12 @@
|
|||
.dropdown-menu {
|
||||
position: absolute;
|
||||
|
||||
.radix-menuitem {
|
||||
&:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
&--mobile {
|
||||
bottom: 55px;
|
||||
top: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue