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