mirror of
https://github.com/codex-storage/codex-marketplace-ui-components.git
synced 2025-02-20 10:18:22 +00:00
13 lines
195 B
CSS
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;
|
|
}
|