mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 02:01:35 +00:00
fix: prevent dropdown clipping in empty state
This commit is contained in:
parent
aac4a02ef3
commit
5b2660cd6e
1 changed files with 4 additions and 0 deletions
|
|
@ -676,6 +676,10 @@
|
|||
padding: 16px;
|
||||
}
|
||||
|
||||
.messages-container:has(.empty-state) {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.messages {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue