diff --git a/src/components/Layout/Layout.scss b/src/components/Layout/Layout.scss index 95c923aa07de..ccca001631ad 100644 --- a/src/components/Layout/Layout.scss +++ b/src/components/Layout/Layout.scss @@ -21,6 +21,7 @@ $block: '.#{variables.$ns}layout'; flex-direction: column; flex-grow: 1; overflow: auto; + z-index: 1; } &__content {