Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/web-ui/src/flow_chat/components/FileMentionPicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@

&--overlay {
position: fixed;
// The non-portalled picker is positioned with `bottom`; clear that
// constraint when the overlay is placed by the viewport anchor hook.
bottom: auto;
left: auto;
z-index: $z-popover;
width: min(400px, calc(100vw - 16px));
min-width: min(260px, calc(100vw - 16px));
Expand Down