From 78e47f2abeb5e2ae33945953f7a897f35a2d26ec Mon Sep 17 00:00:00 2001 From: Kevin Buhmann Date: Thu, 12 Jan 2023 05:58:48 -0600 Subject: [PATCH] fix(modal): prevent scrolling content under modal when tabbing This fixes a regression I introduced in 4828c5c8839aae6f50df358f18ba715af0fbf03d. --- projects/angular/src/modal/modal.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/angular/src/modal/modal.html b/projects/angular/src/modal/modal.html index 6d8768121f..c62a9d304f 100644 --- a/projects/angular/src/modal/modal.html +++ b/projects/angular/src/modal/modal.html @@ -4,9 +4,11 @@ ~ The full license information can be found in LICENSE in the root directory of this project. --> -