From 205e155f05a8ab8656deeb2d08cc5d00f464e8e4 Mon Sep 17 00:00:00 2001 From: Ronald Langeveld Date: Mon, 16 Dec 2024 16:57:02 +0700 Subject: [PATCH] Fixed FileUpload and tests ref ENG-1809 - Changing the z-index of the overlay ensure the button can be hovered with the cursor as expected which was broken by https://github.com/TryGhost/Ghost/pull/21687 - need to ensure that this doesn't undo the initial "fix" which affects windows users --- apps/admin-x-design-system/src/global/form/FileUpload.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/admin-x-design-system/src/global/form/FileUpload.tsx b/apps/admin-x-design-system/src/global/form/FileUpload.tsx index 02218ab843..e7c7ee2823 100644 --- a/apps/admin-x-design-system/src/global/form/FileUpload.tsx +++ b/apps/admin-x-design-system/src/global/form/FileUpload.tsx @@ -51,7 +51,7 @@ const FileUpload: React.FC = ({id, onUpload, children, style, u return (