Skip to content

Commit

Permalink
Merge pull request #2381 from habx/fix/6.10/remove-refresh
Browse files Browse the repository at this point in the history
APP-31536: improve drawer
  • Loading branch information
habxtech authored Aug 11, 2022
2 parents 9735e01 + 3e18fc1 commit 35a47d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Drawer/Drawer.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ import { theme } from '../theme'
export const RemoveRefresh = createGlobalStyle`
html,
body {
overscroll-behavior-y: contain;
overscroll-behavior-y: none;
position: fixed;
overflow: hidden;
}
`

Expand Down

0 comments on commit 35a47d0

Please sign in to comment.