#772 fix scroll issue on mobile

This commit is contained in:
lethemanh
2026-04-13 10:30:47 +07:00
parent e5687feaeb
commit 23edbfa7d2
7 changed files with 37 additions and 2 deletions
+7
View File
@@ -24,6 +24,7 @@
"@mui/x-date-pickers": "^8.14.0",
"@reduxjs/toolkit": "^2.8.2",
"@sentry/react": "^8.55.1",
"classnames": "^2.5.1",
"cozy-external-bridge": "^1.2.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.19",
@@ -6284,6 +6285,12 @@
"dev": true,
"license": "MIT"
},
"node_modules/classnames": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz",
"integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==",
"license": "MIT"
},
"node_modules/cli-boxes": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz",