Skip to content
Snippets Groups Projects
Commit 44cbf3ba authored by Unknown's avatar Unknown
Browse files

patch for the menu.local.css

parent 4cf2d9fd
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
} }
.optionsContainer { .optionsContainer {
position: relative; position: absolute;
} }
.opener { .opener {
...@@ -56,19 +56,20 @@ ...@@ -56,19 +56,20 @@
.options { .options {
position: absolute; position: absolute;
top: 0; padding-top: .5em;
top: 0.6em;
left: 0; left: 0;
min-width: 10em; min-width: 10em;
background-color: white; background-color: white;
border-left: 2px solid var(--color-primary); border-left: 2px solid var(--color-primary);
border-bottom: 2px solid var(--color-primary); border-bottom: 2px solid var(--color-primary);
//columns: 2 auto; /*columns: 2 auto;*/
max-height: 2px; opacity: 0;
transition: max-height 3s;
} }
.open .menu {
max-height: 3000px; .open .options {
opacity: 1;
} }
.option { .option {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment