From 6eec051b2724dce31594ad6a07f787eaa3bcd94e Mon Sep 17 00:00:00 2001 From: Marlom Girardi Date: Thu, 12 Sep 2024 15:57:17 +0100 Subject: [PATCH] fix: max-width not respecting checkout iframe resize. Removing the max-width makes the plugin respect the resize event sent from rvvup checkout without restrictions --- view/frontend/web/css/source/_module.less | 1 - 1 file changed, 1 deletion(-) diff --git a/view/frontend/web/css/source/_module.less b/view/frontend/web/css/source/_module.less index 52b9bead..4d88173c 100644 --- a/view/frontend/web/css/source/_module.less +++ b/view/frontend/web/css/source/_module.less @@ -8,7 +8,6 @@ } .rvvup { .modal-inner-wrap { - max-width: 60rem !important; left: 0 !important; // overriding modal css margin-left: auto !important; // overriding modal css