Compare commits
2 Commits
472236cea6
...
fc5e77caf0
Author | SHA1 | Date |
---|---|---|
itqop | fc5e77caf0 | |
itqop | a6320082ac |
|
@ -11,3 +11,13 @@ html, body {
|
|||
.content {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
#target-main {
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
transition: max-height 0.3s ease;
|
||||
}
|
||||
|
||||
#target-main.show {
|
||||
max-height: 500px; /* Установите желаемую максимальную высоту */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue