fixed infoPanelHeader

This commit is contained in:
mushka 2022-05-12 17:26:55 +03:00
parent cc41fc36e2
commit 169ad1c0bf
2 changed files with 5 additions and 12 deletions

View File

@ -25,6 +25,11 @@ const StyledInfoPanelHeader = styled.div`
const StyledInfoPanelToggleWrapper = styled.div`
display: flex;
@media ${tablet} {
display: none;
}
align-items: center;
justify-content: center;
padding-right: 20px;

View File

@ -221,18 +221,6 @@ const MainButtonMobile = (props) => {
const children = renderItems();
// <<<<<<< HEAD
// <Backdrop zIndex={199} visible={isOpen} onClick={outsideClick} />
// <div ref={ref} className={className} style={{ zIndex: "200", ...style }}>
// =======
// <Backdrop zIndex={210} visible={isOpen} onClick={outsideClick} />
// <div
// ref={ref}
// className={className}
// style={{ zIndex: `${isOpen ? "211" : "201"}`, ...style }}
// >
// >>>>>>> 9fdafab467b8ead52d22b0d5ca28a83d4d741bb1
return (
<>
<Backdrop zIndex={210} visible={isOpen} onClick={outsideClick} />