This commit is contained in:
2023-07-19 15:22:20 +00:00
parent 9e6dc31811
commit c29765dd09
10 changed files with 30 additions and 9 deletions

View File

@@ -84,7 +84,8 @@
.content {
max-height: 1000px;
overflow: hidden;
transition: max-height 1s ease-in-out;
transition: max-height 1s ease-in;
&.closed {
max-height: 0px;
}