From 1e9a7bb8b8112780223a42526259a5f3b29c628a Mon Sep 17 00:00:00 2001 From: navedqb Date: Tue, 9 Jan 2024 17:18:09 +0530 Subject: [PATCH] fixes maximizable issue in Dialog component when moved --- 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 18bdeaa46c..5bc294138c 100644 --- a/components/lib/dialog/style/DialogStyle.js +++ b/components/lib/dialog/style/DialogStyle.js @@ -120,8 +120,8 @@ const css = ` transform: none; width: 100vw !important; height: 100vh !important; - top: 0px; - left: 0px; + top: 0px !important; + left: 0px !important; max-height: 100%; height: 100%; }