We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For window sizes 769 .. 783 the toolbar layout is broken
The text was updated successfully, but these errors were encountered:
When window width is 769 document.body.clientWidth returns 754 (maybe scrollbar width difference?)
Toolbar uses media queries https://github.com/oasisprotocol/oasis-wallet-web/blob/3ea48a2730d4e48daf2f6b4d477da5eea7834431/src/app/components/Toolbar/index.tsx#L23
Grommet ResponsiveContext uses document.body.clientWidth https://github.com/grommet/grommet/blob/feb323b0a25c6b6e908fb3bb3210575928680760/src/js/components/Grommet/Grommet.js#L131-L140
Sorry, something went wrong.
No branches or pull requests
For window sizes 769 .. 783 the toolbar layout is broken
Peek.2024-04-09.18-15.mp4
The text was updated successfully, but these errors were encountered: