Skip to content
Snippets Groups Projects
Commit a2599276 authored by Aeledfyr's avatar Aeledfyr Committed by Deimos
Browse files

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.
parent 46cef48b
Branches
No related tags found
1 merge request!136A number of minor styling/front-end fixes
......@@ -15,6 +15,10 @@
}
}
&:focus-within .menu {
display: block;
}
&.dropdown-bottom {
.menu {
top: auto;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment