From 3420b76053582828bc6fe15c27d4b0ec411aebfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20Andr=C3=A9s=20Pi=C3=B1a=20Caba=C3=B1as?= <39716335+EstebanPina@users.noreply.github.com> Date: Fri, 29 Nov 2024 09:45:56 -0600 Subject: [PATCH] Update _modal.scss --- scss/_modal.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scss/_modal.scss b/scss/_modal.scss index ee58032ee811..683a4fa58a82 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -51,9 +51,12 @@ // Shell div to position the modal with bottom padding .modal-dialog { - position: relative; + position: fixed; //this line fix an error with new KeyboardFocusableScrollersEnabled Feature in chromium based navs when use an input on modal dialog width: auto; margin: var(--#{$prefix}modal-margin); + overflow: scroll; + height: 100vh; + left: calc(var(--#{$prefix}modal-margin)/2); // allow clicks to pass through for custom click handling to close modal pointer-events: none;