Don't scroll on mobile

This commit is contained in:
Timothy Armes
2023-07-06 18:33:03 +02:00
parent 0a2dfa8743
commit b750f96cca
5 changed files with 31 additions and 5 deletions
+14
View File
@@ -8,6 +8,7 @@
"name": "client",
"version": "0.1.0",
"dependencies": {
"@kodingdotninja/use-tailwind-breakpoint": "^0.0.5",
"@next/bundle-analyzer": "^13.4.7",
"@types/node": "20.3.2",
"@types/react": "18.2.14",
@@ -515,6 +516,19 @@
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
"integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw=="
},
"node_modules/@kodingdotninja/use-tailwind-breakpoint": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/@kodingdotninja/use-tailwind-breakpoint/-/use-tailwind-breakpoint-0.0.5.tgz",
"integrity": "sha512-7h52zL+l+14u9diyjVcGoS5NRIwrc6euIGlHDwtJXlrR3h31RNyTrOfimy7PJTvS4fFdNgbzyrNcGfhj3sDRfQ==",
"peerDependencies": {
"react": ">=16.8"
},
"peerDependenciesMeta": {
"react": {
"optional": true
}
}
},
"node_modules/@next/bundle-analyzer": {
"version": "13.4.7",
"resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-13.4.7.tgz",