Fix max height
All checks were successful
Copy Files to Samba Share / Copy Files (push) Successful in 2m11s

This commit is contained in:
Arne
2023-07-26 12:14:10 +02:00
parent ec0c49123e
commit b4aaf42795

View File

@@ -38,7 +38,7 @@ span {
}
.collapse {
max-height: 40rem;
max-height: 50rem;
transition: max-height 0.5s ease;
overflow: hidden;
}