From 45efcc8a0148ccb8fcc327cbbf1ee04b7fe006f3 Mon Sep 17 00:00:00 2001 From: Deepak Salunke Date: Thu, 29 Jan 2026 16:40:22 +0530 Subject: [PATCH] Fix crop image issue --- assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/style.css b/assets/css/style.css index c62ab41..1417e15 100755 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -193,6 +193,7 @@ input[type="text"], input[type="email"], input[type="password"], select { width: 100%; height: 100%; cursor: pointer; + pointer-events: none; } .file-upload-label {