Skip to content
Snippets Groups Projects
Commit 69676291 authored by Aria's avatar Aria
Browse files

adjusted display attribute of sidebar dropdown menus

parent 28e259a0
No related branches found
No related tags found
2 merge requests!1453Development,!1452Resolve "Make dropdown menu items in the sidebar not tabable when collapsed"
......@@ -54,6 +54,7 @@
}
}
.metager-dropdown-content {
display: none;
min-width: 160px;
max-height: 0px;
text-align: left;
......@@ -115,6 +116,7 @@
display: none;
&:checked {
&~.metager-dropdown-content {
display: initial;
max-height: 1000px;
padding: 0px 0px 0px 0px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment