From 3a3f2a67a5734e29b345921638ea00148b095f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20Can=20D=C3=9CNDAR?= Date: Mon, 28 Jun 2021 14:15:33 +0300 Subject: [PATCH] Fix #2064 - Move cursor fix on dialog (#2147) --- src/components/dialog/Dialog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dialog/Dialog.css b/src/components/dialog/Dialog.css index f8266b25be..87a3c57bab 100644 --- a/src/components/dialog/Dialog.css +++ b/src/components/dialog/Dialog.css @@ -223,6 +223,6 @@ bottom: 1px; } -.p-dialog-resizable .p-dialog-header { +.p-dialog-draggable .p-dialog-header { cursor: move; }