Fix menu animation

This commit is contained in:
Arnaud 2024-10-23 18:08:32 +02:00
parent 8468da157d
commit a102f3835a
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -80,6 +80,7 @@
position: sticky;
top: 0;
height: calc(100vh - 24px);
overflow: auto;
}
.menu-header-right {
@ -184,15 +185,15 @@
}
.menu-items:has(.active:nth-child(14))::before {
top: calc(100vh - 246px);
top: calc(100% - 113px);
}
.menu-items:has(.active:nth-child(15))::before {
top: calc(100vh - 203px);
top: calc(100% - 70px);
}
.menu-items:has(.active:nth-child(16))::before {
top: calc(100vh - 160px);
top: calc(100% - 27px);
}
.menu-item:not(:first-child) {