fix navbar
This commit is contained in:
parent
5e0289db91
commit
aba0dfae3f
|
@ -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; /* Установите желаемую максимальную высоту */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue