Keep dropdown menu visible when using keyboard navigation

Part of #747, prevents the dropdown menu from hiding itself
when the user tabs to an item in the list.
This commit is contained in:
Aeledfyr
2023-06-06 18:29:21 -05:00
committed by Deimos
parent 46cef48be1
commit a2599276b2

View File

@@ -15,6 +15,10 @@
} }
} }
&:focus-within .menu {
display: block;
}
&.dropdown-bottom { &.dropdown-bottom {
.menu { .menu {
top: auto; top: auto;