fix: prevent dropdown clipping in empty state

This commit is contained in:
Nathan Flurry 2026-01-27 20:50:24 -08:00
parent aac4a02ef3
commit 5b2660cd6e

View file

@ -676,6 +676,10 @@
padding: 16px;
}
.messages-container:has(.empty-state) {
overflow: visible;
}
.messages {
display: flex;
flex-direction: column;