diff --git a/packages/common/components/Navigation/Navigation.js b/packages/common/components/Navigation/Navigation.js index 85c3468488..b0e6eb7d30 100644 --- a/packages/common/components/Navigation/Navigation.js +++ b/packages/common/components/Navigation/Navigation.js @@ -125,7 +125,7 @@ const Navigation = ({ visible={isOpen} withBackground={false} withoutBlur={true} - zIndex={203} + zIndex={400} /> (props.height ? `${props.height}px` : "fit-content")}; max-height: calc(100vh - 48px); - z-index: 204; + z-index: 401; display: table; margin: auto; flex-direction: column;