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

devtools-icon is 100% wide in Safari #66

@posttoast

Description

@posttoast

In Safari the little flower-button which triggers the devtools is 100% wide, so even when I click outside of the button it still opens. This is getting in the way of other things. The solution is quite simple: add a "width: 40px;" to the element :)

I can of course do this manually:

<ReactQueryDevtools toggleButtonProps={{ style: { width: '40px' } }}/>

But that seems a bit silly ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions