Web:Common:Catalog: fixed tablet margin

This commit is contained in:
Timofey Boyko 2021-10-04 17:36:59 +08:00
parent 9aa3db82f1
commit df6df65fa6

View File

@ -16,7 +16,7 @@ const StyledCatalog = styled.div`
@media ${mobile} {
top: 8px;
}
top: ${(props) => isMobileOnly && (props.showText ? '64px' : '56px')} !important;
top: ${(props) => isMobile && (props.showText ? '64px' : '56px')} !important;
z-index: ${(props) => (props.showText && (isMobileOnly || isMobileUtils()) ? '201' : '100')};
.resizable-block {