Moved overlay to body

This commit is contained in:
Steven Engler
2024-03-29 18:11:21 -04:00
parent f215b2ef31
commit 3dc3adae26
2 changed files with 2 additions and 2 deletions

View File

@ -526,7 +526,7 @@ body {
transition: all 0.3s;
}
.show-hide-menu-input:checked ~ .main .overlay {
.show-hide-menu-input:checked ~ .overlay {
visibility: visible;
opacity: 1;
transition: opacity 0.3s;