diff --git a/src/App.tsx b/src/App.tsx index 8281a1d3b7..f5997f987a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -370,8 +370,8 @@ const LeftBarContainer = styled.div` top: 0; bottom: 0; width: ${(props) => props.leftBarWidth}px; - // position: fixed; - position: absolute; + position: fixed; + // position: absolute; @media (max-width: 992px) { display: none;