You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this with React Native Web on Windows, opening the popup causes the horizontal scrollbar to display briefly. This happens in Chrome and when using electron.
This can be fixed by adding overflow-y: hidden to the correct div. I will submit a PR for it soon.
The text was updated successfully, but these errors were encountered:
When using this with React Native Web on Windows, opening the popup causes the horizontal scrollbar to display briefly. This happens in Chrome and when using electron.
This can be fixed by adding overflow-y: hidden to the correct div. I will submit a PR for it soon.
The text was updated successfully, but these errors were encountered: