Web: Common/Files/People: fixed z-index

This commit is contained in:
Artem Tarasov 2020-12-04 14:58:37 +03:00
parent 089e398fed
commit 93da24a63a
4 changed files with 4 additions and 4 deletions

View File

@ -130,7 +130,7 @@ const StyledContainer = styled.div`
`}
position: absolute;
top: 56px;
z-index: 180;
z-index: 140;
}
}

View File

@ -40,7 +40,7 @@ const StyledContainer = styled.div`
& > div:first-child {
position: absolute;
top: 56px;
z-index: 180;
z-index: 140;
}
}

View File

@ -64,7 +64,7 @@ const StyledContainer = styled.div`
`}
position: absolute;
top: 56px;
z-index: 180;
z-index: 140;
}
}

View File

@ -24,7 +24,7 @@ const StyledNav = styled.nav`
position: absolute;
right: 0;
height: 56px;
z-index: 190;
z-index: 140;
.profile-menu {
right: 12px;