This commit is contained in:
root
2025-12-31 08:19:59 +00:00
parent 0d8c2ea3a3
commit d138dae2ca
8 changed files with 785 additions and 8 deletions

View File

@@ -960,6 +960,8 @@ export default function Drop() {
padding: '32px',
maxWidth: '500px',
width: '100%',
maxHeight: '90vh',
overflowY: 'auto',
boxShadow: '0 20px 60px rgba(0, 0, 0, 0.3)',
}}
onClick={(e) => e.stopPropagation()}
@@ -1241,6 +1243,7 @@ export default function Drop() {
display: 'flex',
gap: '12px',
justifyContent: 'flex-end',
marginTop: '24px',
}}
>
<button