fix navbar

This commit is contained in:
itqop 2024-03-18 00:13:31 +03:00
parent 5e0289db91
commit aba0dfae3f
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ html, body {
#target-main {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
transition: max-height 0.5s ease;
}
#target-main.shows {
#target-main.show {
max-height: 500px; /* Установите желаемую максимальную высоту */
}