From c5c8b84555ff1acc83c4538fc6c1949ca68d4bf5 Mon Sep 17 00:00:00 2001 From: navedqb <109583873+navedqb@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:15:19 +0530 Subject: [PATCH] fixes maximizable issue in Dialog component when moved (#5049) --- 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 18bdeaa46..5bc294138 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%; }