1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-22 13:29:59 +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 */} {/* BATCH UPSCALE DONE INFO */}
{batchMode && upscaledBatchFolderPath.length > 0 && ( {batchMode && upscaledBatchFolderPath.length > 0 && (
<> <div className="z-50 flex flex-col items-center">
<p className="select-none py-4 font-bold text-base-content"> <p className="select-none py-4 font-bold text-base-content">
All done! All done!
</p> </p>
@ -684,7 +684,7 @@ const Home = () => {
> >
Open Upscayled Folder Open Upscayled Folder
</button> </button>
</> </div>
)} )}
<ImageOptions <ImageOptions
zoomAmount={zoomAmount} zoomAmount={zoomAmount}