Skip to content

Commit

Permalink
Merge pull request dbeaver#415 from dbeaver/fix/macos-overscroll
Browse files Browse the repository at this point in the history
fix(core-app): CB-946 macos overscroll
  • Loading branch information
Wroud authored Jul 12, 2021
2 parents f566e3e + 95f237e commit 5fffafc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions webapp/packages/core-app/src/Body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const bodyStyles = css`
display: flex;
padding: 0 !important; /* fix additional padding with modal reakit menu */
flex-direction: column;
overflow: hidden;
}
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ const INPUT_FIELD_STYLES = composes(
width: 24px;
height: 24px;
cursor: pointer;
& Icon {
width: 100%;
height: 100%;
}
}
input[disabled] + icon-container {
cursor: auto;
Expand Down

0 comments on commit 5fffafc

Please sign in to comment.