Skip to content

Commit

Permalink
chore: fix swipe left to go back
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Flitton <[email protected]>
  • Loading branch information
FrankFlitton committed Jul 20, 2023
1 parent 198cb7a commit 5365045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/console/src/components/utils/GlobalStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { injectGlobal } from 'emotion';
const GlobalStyles = () => {
useEffect(() => {
injectGlobal(`
body {
body > div {
overscroll-behavior: none;
}
.sr-only {
Expand Down

0 comments on commit 5365045

Please sign in to comment.