From 42beeb4a840b2c5fea7326486a5f164f117109b8 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 2 Jul 2024 16:53:13 +0300 Subject: [PATCH] navigation tabs: z-index 999999 --- apps/web/Components/Layout/Navigation.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/Components/Layout/Navigation.jsx b/apps/web/Components/Layout/Navigation.jsx index 9546a96..b4655aa 100644 --- a/apps/web/Components/Layout/Navigation.jsx +++ b/apps/web/Components/Layout/Navigation.jsx @@ -14,6 +14,7 @@ const Container = styled.div` position: fixed; width: 100%; border-top: 1px solid rgba(5, 5, 5, 0.06); + z-index: 999999; `; const TabButton = styled.button`