From 7602d716ea5af5d5c749d9c8876fb9139f6093ab Mon Sep 17 00:00:00 2001 From: FlipWarthog Date: Tue, 7 Nov 2023 14:41:45 -0500 Subject: [PATCH] Undo maximize style so it still takes over --- components/lib/dialog/style/DialogStyle.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lib/dialog/style/DialogStyle.js b/components/lib/dialog/style/DialogStyle.js index 3e97312c6..6139bf63c 100644 --- a/components/lib/dialog/style/DialogStyle.js +++ b/components/lib/dialog/style/DialogStyle.js @@ -118,8 +118,8 @@ const css = ` -webkit-transition: none; transition: none; transform: none; - width: 100vw; - height: 100vh; + width: 100vw !important; + height: 100vh !important; top: 0px; left: 0px; max-height: 100%;