mirror of
https://github.com/codex-storage/codex-marketplace-ui-components.git
synced 2025-02-19 17:58:07 +00:00
15 lines
233 B
CSS
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;
|
|
}
|