From 08a628091cacff19f9b0f115be0d610b995e4aa0 Mon Sep 17 00:00:00 2001 From: dgaponov Date: Thu, 8 Aug 2024 13:26:00 +0300 Subject: [PATCH] fix: z-index for content in layout --- src/components/Layout/Layout.scss | 1 + 1 file changed, 1 insertion(+) 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 {