fix: tabs z-index issue (#6411)

This commit is contained in:
naman-bruno
2025-12-15 18:22:08 +05:30
committed by GitHub
parent 3d61106cc1
commit a769ca3ae4
2 changed files with 0 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ const StyledWrapper = styled.div.attrs((props) => ({
right: 0;
top: 0;
padding-right: 4px;
z-index: 3;
background-image: linear-gradient(
90deg,

View File

@@ -38,7 +38,6 @@ const Wrapper = styled.div`
display: flex;
align-items: flex-end;
position: relative;
z-index: 1;
&::-webkit-scrollbar {
display: none;