fix: Context menus not scrollable on iOS (#3626)

closes #3588
This commit is contained in:
Tom Moor
2022-06-04 08:15:43 -07:00
committed by GitHub
parent bf233b209b
commit 2dc930bfe2
3 changed files with 27 additions and 1 deletions

View File

@@ -71,6 +71,7 @@
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-styled-components": "^1.11.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"body-scroll-lock": "^4.0.0-beta.0",
"bull": "^3.29.0",
"cancan": "3.1.0",
"chalk": "^4.1.0",
@@ -212,6 +213,7 @@
"@babel/preset-typescript": "^7.16.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"@relative-ci/agent": "^3.0.0",
"@types/body-scroll-lock": "^3.1.0",
"@types/bull": "^3.15.5",
"@types/crypto-js": "^4.1.0",
"@types/datadog-metrics": "^0.6.2",