From 22cba13637b4bc760e1e5d31a1115778ee8985ad Mon Sep 17 00:00:00 2001 From: Gianfranco Castro Date: Thu, 12 Oct 2023 17:35:39 +0200 Subject: [PATCH] fix modal layout issue --- src/scss/customs/_topControls.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/customs/_topControls.scss b/src/scss/customs/_topControls.scss index 1f8fa5a..173df38 100644 --- a/src/scss/customs/_topControls.scss +++ b/src/scss/customs/_topControls.scss @@ -1,5 +1,6 @@ // Top Controls bar #root { + position: relative !important; > .top_controls { @include make-wai-container(); background-color: transparent;