Skip to content

Commit

Permalink
fix(combobox): multiselect combobox listbox positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
SiTaggart committed Jul 24, 2023
1 parent ca7b8e6 commit 56f7293
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/nervous-fans-flow.md
@@ -0,0 +1,6 @@
---
'@twilio-paste/combobox': patch
'@twilio-paste/core': patch
---

[Combobox] small fix for multiselect combobox listbox positioning now that it uses a portal
Expand Up @@ -346,7 +346,7 @@ export const MultiselectCombobox = React.forwardRef<HTMLInputElement, Multiselec
</InputBox>
<Portal>
<Box
position="absolute"
position="fixed"
top={inputBoxDimensions?.bottom}
left={inputBoxDimensions?.left}
right={inputBoxDimensions?.right}
Expand Down

0 comments on commit 56f7293

Please sign in to comment.