Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
fix: query button full height and unused props (#47)
Browse files Browse the repository at this point in the history
query button has the full height for top-right and top-left positions, causes a problem with other fixed buttons(next pre-render button) during development
  • Loading branch information
udayvunnam committed Jul 26, 2020
1 parent 7872193 commit a45cc0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Expand Up @@ -156,8 +156,6 @@ export function ReactQueryDevtools({
border: 0,
padding: 0,
position: 'fixed',
bottom: '0',
right: '0',
zIndex: '99999',
display: 'inline-flex',
fontSize: '1.5rem',
Expand Down

0 comments on commit a45cc0a

Please sign in to comment.