file deleting
This commit is contained in:
parent
7d98b15780
commit
6089c569a1
5 changed files with 74 additions and 36 deletions
|
@ -32,7 +32,7 @@ export default component$(() => {
|
|||
}
|
||||
})
|
||||
return (
|
||||
<div class="fixed bottom-4 left-1/2 transform -translate-x-1/2 bg-neutral-950/50 backdrop-blur-3xl w-1/3 p-2 rounded-lg flex items-center justify-between">
|
||||
<div class="z-[999999999] fixed bottom-4 left-1/2 transform -translate-x-1/2 bg-neutral-950/50 backdrop-blur-3xl w-1/3 p-2 rounded-lg flex items-center justify-between">
|
||||
<input
|
||||
type="file"
|
||||
ref={fileInputRef}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue