From 1cf332ec3b883abe32b6bf6be32fecdc569cfe93 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Thu, 25 Apr 2024 14:07:16 -0400 Subject: [PATCH] add class style back in after it desktop update --- src/styles/common-styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/common-styles.scss b/src/styles/common-styles.scss index beafda57..2e6b71e9 100644 --- a/src/styles/common-styles.scss +++ b/src/styles/common-styles.scss @@ -86,6 +86,10 @@ body { height: 1px; overflow: hidden; } + + .pac-container { + z-index: 10000 !important; + } } .modal-open {