1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-20 20:51:49 +01:00

Fix button z-index

This commit is contained in:
Nayam Amarshe 2024-02-14 12:04:49 +05:30
parent df9ff7de27
commit a2ab104dc9

View File

@ -674,7 +674,7 @@ const Home = () => {
)}
{/* BATCH UPSCALE DONE INFO */}
{batchMode && upscaledBatchFolderPath.length > 0 && (
<>
<div className="z-50 flex flex-col items-center">
<p className="select-none py-4 font-bold text-base-content">
All done!
</p>
@ -684,7 +684,7 @@ const Home = () => {
>
Open Upscayled Folder
</button>
</>
</div>
)}
<ImageOptions
zoomAmount={zoomAmount}