From dbadff8f2e2e9ce11af0f658be5d96e6c05caa9b Mon Sep 17 00:00:00 2001 From: Oleg Shur Date: Wed, 7 Apr 2021 13:21:47 +0300 Subject: [PATCH] Update App.scss --- kafka-ui-react-app/src/components/App.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kafka-ui-react-app/src/components/App.scss b/kafka-ui-react-app/src/components/App.scss index 0529790a2d..5d13aafcd6 100644 --- a/kafka-ui-react-app/src/components/App.scss +++ b/kafka-ui-react-app/src/components/App.scss @@ -13,6 +13,8 @@ $navbar-width: 250px; &__container { margin-top: $header-height; margin-left: $navbar-width; + position: relative; + z-index: 20; } &__navbar {