From a32097b68f86c37b0276a48a8c763ac8921ffcf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20FINDIKLI?= Date: Tue, 16 Feb 2021 14:33:36 +0300 Subject: [PATCH] Fixed #9899 - p-dialog draggable with maximize --- src/app/components/dialog/dialog.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/components/dialog/dialog.css b/src/app/components/dialog/dialog.css index f69382841b5..ab9a7003498 100755 --- a/src/app/components/dialog/dialog.css +++ b/src/app/components/dialog/dialog.css @@ -83,6 +83,8 @@ transition: none; transform: none; width: 100vw !important; + top: 0px !important; + left: 0px !important; max-height: 100%; height: 100%; }