Browse Source

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.
merge-requests/145/head
Aeledfyr 12 months ago
committed by Deimos
parent
commit
a2599276b2
  1. 4
      tildes/scss/modules/_dropdown.scss

4
tildes/scss/modules/_dropdown.scss

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

Loading…
Cancel
Save