From 9eab1085da373daa9176895687f0b8458f0583a6 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Mon, 5 Sep 2022 15:32:14 +0100 Subject: [PATCH] fix(regression): exiting long modal by clicking backdrop fails Signed-off-by: Sami Mazouz --- framework/core/less/common/Modal.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/less/common/Modal.less b/framework/core/less/common/Modal.less index 59a6acf3b..d338ee955 100644 --- a/framework/core/less/common/Modal.less +++ b/framework/core/less/common/Modal.less @@ -47,7 +47,7 @@ overflow-y: auto; &-invisibleBackdrop { - position: absolute; + position: fixed; top: 0; right: 0; bottom: 0;