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:
parent
df9ff7de27
commit
a2ab104dc9
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user