From 5fde2d827e07e3913cb92609c3a5d3609b64b59e Mon Sep 17 00:00:00 2001 From: lorumic Date: Wed, 7 Dec 2022 10:29:25 +0100 Subject: [PATCH] Increase z-index of the modal so that it overlays the navigation drawer --- scss/_patterns_modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_patterns_modal.scss b/scss/_patterns_modal.scss index 505f34fc4..52087310c 100644 --- a/scss/_patterns_modal.scss +++ b/scss/_patterns_modal.scss @@ -17,7 +17,7 @@ right: 0; top: 0; width: 100%; - z-index: 101; + z-index: 150; // render on top of any other content or layout elements } .p-modal__dialog {