2024-08-23 15:39:50 +02:00

13 lines
195 B
CSS

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