fix(frontend): incorrect file drop placeholder display when chat input is expanded (#11285)

This commit is contained in:
Hiep Le 2025-10-09 16:03:54 +07:00 committed by GitHub
parent 3abebef26f
commit f54a930081
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -150,7 +150,7 @@
position: absolute;
width: 100%;
z-index: 100;
transform: translateY(16%);
padding-top: 2rem;
}
.drag-over-ui-content {