2024-08-23 13:31:37 +00:00
|
|
|
.menu-story {
|
|
|
|
min-height: 500px;
|
|
|
|
}
|
|
|
|
|
2024-08-23 13:39:50 +00:00
|
|
|
.menu-noSticky {
|
|
|
|
transform: translatex(-1000px) !important;
|
|
|
|
position: fixed;
|
2024-08-23 13:31:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu-noSticky[aria-expanded] {
|
|
|
|
transform: translatex(0) !important;
|
|
|
|
}
|