mirror of
https://github.com/codex-storage/codex-marketplace-ui-components.git
synced 2025-02-04 18:53:41 +00:00
Fix layout style
This commit is contained in:
parent
ecc7dd91cc
commit
f981e09492
@ -2,11 +2,9 @@
|
||||
min-height: 500px;
|
||||
}
|
||||
|
||||
@media (min-width: 1000px) {
|
||||
.menu-noSticky {
|
||||
transform: translatex(-500px) !important;
|
||||
position: fixed;
|
||||
}
|
||||
.menu-noSticky {
|
||||
transform: translatex(-1000px) !important;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.menu-noSticky[aria-expanded] {
|
||||
|
@ -20,7 +20,7 @@ const meta = {
|
||||
title: "Overlays/Menu",
|
||||
component: Menu,
|
||||
parameters: {
|
||||
layout: "centered",
|
||||
layout: "fullscreen",
|
||||
},
|
||||
tags: ["autodocs"],
|
||||
argTypes: {},
|
||||
|
Loading…
x
Reference in New Issue
Block a user