Skip to content

Commit

Permalink
fix: pages cannot be quickly moved back by hand gestures (#4845)
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb authored Nov 9, 2024
1 parent 4005023 commit 26bec42
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/@core/base/design/src/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#app,
body,
html {
@apply size-full overscroll-none;
@apply size-full;

/* scrollbar-gutter: stable; */
}
Expand Down
1 change: 1 addition & 0 deletions packages/effects/layouts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
"@vueuse/core": "catalog:",
"default-passive-events": "^2.0.0",
"vue": "catalog:",
"vue-router": "catalog:"
}
Expand Down
2 changes: 2 additions & 0 deletions packages/effects/layouts/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import 'default-passive-events';

export * from './authentication';
export * from './basic';
export * from './iframe';
Expand Down
20 changes: 14 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ catalog:
'@ctrl/tinycolor': ^4.1.0
'@eslint/js': ^9.14.0
'@faker-js/faker': ^9.2.0
'@iconify/json': ^2.2.269
'@iconify/json': ^2.2.270
'@iconify/tailwind': ^1.1.3
'@iconify/vue': ^4.1.2
'@intlify/core-base': ^10.0.4
Expand Down

0 comments on commit 26bec42

Please sign in to comment.