rc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user