navigation tabs: z-index 999999

This commit is contained in:
vchikalkin 2024-07-02 16:53:13 +03:00
parent 6818adf1bd
commit 42beeb4a84

View File

@ -14,6 +14,7 @@ const Container = styled.div`
position: fixed; position: fixed;
width: 100%; width: 100%;
border-top: 1px solid rgba(5, 5, 5, 0.06); border-top: 1px solid rgba(5, 5, 5, 0.06);
z-index: 999999;
`; `;
const TabButton = styled.button` const TabButton = styled.button`