remove useless animation

This commit is contained in:
2025-12-10 15:45:01 +01:00
parent 08506e01ec
commit 2b1d4aa8ba
+3 -12
View File
@@ -26,25 +26,16 @@
pointer-events: auto;
}
.inactiveHeaderContent{
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
position: absolute;
top: 0.8rem;
left: 0.8rem;
display: none;
}
.inactiveMobileMenu{
max-height: 0;
position: absolute;
top: 100%;
left: 0;
display: none;
}
.activeMobileMenu{
transition: max-height 3s ease;
max-height: 500px;
height: fit-content;
display: flex;
flex-direction: column;
align-items: start;