2024-08-23 15:31:37 +02:00

15 lines
233 B
CSS

.menu-story {
min-height: 500px;
}
@media (min-width: 1000px) {
.menu-noSticky {
transform: translatex(-500px) !important;
position: fixed;
}
}
.menu-noSticky[aria-expanded] {
transform: translatex(0) !important;
}