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`