Skip to content

Commit 5e40bf7

Browse files
fix: toggle button position (TanStack#1848)
Thus far, the toggle button can take up the full height of the page when using a `top-` position.
1 parent 6010335 commit 5e40bf7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/devtools/devtools.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,6 @@ export function ReactQueryDevtools({
268268
border: 0,
269269
padding: 0,
270270
position: 'fixed',
271-
bottom: '0',
272-
right: '0',
273271
zIndex: '99999',
274272
display: 'inline-flex',
275273
fontSize: '1.5rem',

0 commit comments

Comments
 (0)