Fix layout style

This commit is contained in:
Arnaud 2024-08-23 15:39:50 +02:00
parent ecc7dd91cc
commit f981e09492
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
2 changed files with 4 additions and 6 deletions

View File

@ -2,12 +2,10 @@
min-height: 500px;
}
@media (min-width: 1000px) {
.menu-noSticky {
transform: translatex(-500px) !important;
transform: translatex(-1000px) !important;
position: fixed;
}
}
.menu-noSticky[aria-expanded] {
transform: translatex(0) !important;

View File

@ -20,7 +20,7 @@ const meta = {
title: "Overlays/Menu",
component: Menu,
parameters: {
layout: "centered",
layout: "fullscreen",
},
tags: ["autodocs"],
argTypes: {},