Web: Files/Components/Common/People: z-index fix

This commit is contained in:
Artem Tarasov 2020-12-09 10:59:04 +03:00
parent 854acc0b1a
commit fb10d00272
6 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -41,7 +41,7 @@ const StyledDropdown = styled.div`
css`
left: ${(props) => (props.manualX ? props.manualX : "0px")};
`}
z-index: 150;
z-index: 200;
display: ${(props) => (props.open ? "block" : "none")};
background: #ffffff;
border-radius: 6px;
@ -179,7 +179,7 @@ class DropDown extends React.PureComponent {
<Backdrop
visible={open}
withBackdrop={needBackdrop}
zIndex={149}
zIndex={199}
onClick={this.toggleDropDown}
/>

View File

@ -20,7 +20,7 @@ const StyledGroupButtonsMenu = styled.div`
white-space: nowrap;
display: ${(props) => (props.visible ? "block" : "none")};
z-index: 139;
z-index: 189;
@media ${desktop} {
margin-top: 1px;