Skip to content

Commit

Permalink
fix: fixed the main layout
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardIvanov22 committed Nov 18, 2021
1 parent cf75ab7 commit 710616f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/atoms/PaneContainer/PaneContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const PaneContainer = styled.div`
height: 100%;
width: 100%;
margin: 0px;
overflow-y: visible;
overflow-y: scroll;
::-webkit-scrollbar {
width: 0;
background: transparent;
Expand Down
2 changes: 1 addition & 1 deletion src/components/organisms/PaneManager/PaneManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const StyledColumnRightMenu = styled(Col)`
`;

const StyledContent = styled(Content)`
overflow-y: visible;
overflow-y: clip;
`;

const MenuIcon = (props: {
Expand Down

0 comments on commit 710616f

Please sign in to comment.