diff --git a/src/container/View/View.js b/src/container/View/View.js index 1f1e517..048fa61 100644 --- a/src/container/View/View.js +++ b/src/container/View/View.js @@ -34,7 +34,9 @@ const StyledView = styled.div` display: flex; flex: 1 1 100%; max-width: calc(100vw - 200px); - overflow: auto; + overflow-x: hidden; + overflow-y: auto; + & .ant-layout { max-width: 100%;