Skip to content

Commit

Permalink
Version 0.5.3-beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirbo committed Feb 6, 2020
1 parent c56d41e commit 64d9e3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/container/View/View.js
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down

0 comments on commit 64d9e3f

Please sign in to comment.