Skip to content

Commit

Permalink
fix doc explorer search input is cut off while clicking on autocomple…
Browse files Browse the repository at this point in the history
…te results (#3624)
  • Loading branch information
dimaMachina committed Jun 17, 2024
1 parent 69c8c26 commit 335d830
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/blue-points-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphiql/react': patch
---

fix doc explorer search input is cut off while clicking on autocomplete results
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
left: 0;
}

& [role='combobox'] {
&:not(:focus-within) [role='combobox'] {
height: 24px;
width: 4ch;
}
Expand Down

0 comments on commit 335d830

Please sign in to comment.