diff --git a/src/components/main/styles.js b/src/components/main/styles.js index e2f4a9fc5..b0a7ab245 100644 --- a/src/components/main/styles.js +++ b/src/components/main/styles.js @@ -11,7 +11,7 @@ export const PanelsContainer = styled.div` height: ${(props) => props.height+"px"}; width: ${(props) => props.width+"px"}; overflow-x: hidden; - overflow-y: scroll; + overflow-y: auto; left: ${(props) => props.left+"px"}; `;