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…
Reference in New Issue