This commit is contained in:
epoberezkin
2024-05-08 08:32:15 +00:00
parent 9a8f323736
commit ad1f228e36
160 changed files with 331 additions and 317 deletions
+3 -1
View File
@@ -292,10 +292,11 @@ header nav {
max-height: 0;
transform: translateY(-10px);
transition: all .7s ease !important;
overflow: hidden;
}
.active .sub-menu {
max-height: 600px;
max-height: 1000px;
transform: translateY(0px);
opacity: 1;
visibility: visible;
@@ -306,6 +307,7 @@ header nav {
visibility: hidden;
opacity: 0;
transform: translateX(100%);
overflow-y: auto;
}
header nav.open {