From 1a86a1f94705b3bc9a53fa3f05277e469e719a4c Mon Sep 17 00:00:00 2001 From: Nay Nyein Chan <56215205+naynyeinchan@users.noreply.github.com> Date: Thu, 19 Oct 2023 06:42:44 +0000 Subject: [PATCH] Fix #4650 - Adding the "z-10" Tailwind class to the toolbar class The issue has been addressed by adding the "z-10" Tailwind class to the toolbar class in order to position it over the image. --- components/lib/passthrough/tailwind/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/passthrough/tailwind/index.js b/components/lib/passthrough/tailwind/index.js index 64b82af4ff..19322b368d 100644 --- a/components/lib/passthrough/tailwind/index.js +++ b/components/lib/passthrough/tailwind/index.js @@ -2497,7 +2497,7 @@ export default { class: ['fixed top-0 left-0 w-full h-full', 'flex items-center justify-center', 'bg-black bg-opacity-90'] }, toolbar: { - class: ['absolute top-0 right-0 flex', 'p-4'] + class: ['absolute top-0 right-0 z-10 flex', 'p-4'] }, rotaterightbutton: { class: [