From f3b38e899f30cc5087596797c8531d75d99e4be8 Mon Sep 17 00:00:00 2001 From: owenammann <52083917+owenammann@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:58:28 -0700 Subject: [PATCH] Update react-remove-scroll to 2.6.0 For fixing the mac zoom issue in react-remove-scroll --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c87e10a..70c0174 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "dependencies": { "aria-hidden": "^1.2.2", "react-focus-lock": "^2.11.3", - "react-remove-scroll": "^2.5.7", + "react-remove-scroll": "^2.6.0", "react-style-singleton": "^2.2.1", "tslib": "^2.3.1", "use-sidecar": "^1.1.2"