Skip to content

Commit

Permalink
show info overlay over scrollbar (#2791)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheyenbrock authored Oct 5, 2022
1 parent f5c3e33 commit 4270007
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/selfish-terms-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphiql/react': patch
---

Make sure that the info overlay in editors is shown above the vertical scrollbar
1 change: 1 addition & 0 deletions packages/graphiql-react/src/editor/style/info.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
padding: var(--px-12);
position: fixed;
transition: opacity 0.15s;
z-index: 10;

/* Link styles */
& a {
Expand Down

0 comments on commit 4270007

Please sign in to comment.