jlelse
/
Indieroad
Archived
1
Fork 0

Menu shouldn't hide content

This commit is contained in:
Jan-Lukas Else 2019-09-28 21:17:28 +02:00
parent c7e72fe8b4
commit f129cabdb2
1 changed files with 1 additions and 0 deletions

View File

@ -468,6 +468,7 @@ select {
}
}
#menu-toggle:checked + #menu-list {
position: relative;
visibility: visible;
transform: scaleY(1);
}