diff --git a/src/layout/MobileCalculatorPage.jsx b/src/layout/MobileCalculatorPage.jsx index 10351b1a1..99fe02cee 100644 --- a/src/layout/MobileCalculatorPage.jsx +++ b/src/layout/MobileCalculatorPage.jsx @@ -534,14 +534,16 @@ function PolicyDrawerButton({ policy, metadata, buttonHeight }) { placement="bottom" title="Your policy" height="min(100vh, auto)" + styles={{ + wrapper: { + maxHeight: "100vh", + }, + }} style={{ maxHeight: "100vh", overflow: "scroll", height: "unset", }} - contentWrapperStyle={{ - maxHeight: "100vh", - }} >