mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui-components.git
synced 2026-01-02 13:33:09 +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;
|
|
}
|