Fixed #1818 [Tab list position glitch] (#1872)

Fixed #1818
This commit is contained in:
Debdeep Pal
2023-10-04 20:59:31 +05:30
committed by GitHub
parent 13c8ee29f7
commit d217142e7e

View File

@ -21,7 +21,7 @@ const StyledShowPageRightContainer = styled.div`
display: flex;
flex: 1 0 0;
flex-direction: column;
justify-content: center;
justify-content: start;
overflow: ${() => (useIsMobile() ? 'none' : 'hidden')};
width: calc(100% + 4px);
`;