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
Test with Firefox in V14 bakery (eg https://bakery-flow-spring.app.fi/dashboard) with a window size not tall enough to fit all content
The text was updated successfully, but these errors were encountered:
To possible workarounds:
Remove body { height: 100vh; } or change to body { height: 100%; }.
body { height: 100vh; }
body { height: 100%; }
I know that style is coming from Flow, so not sure what the proper fix is.
Sorry, something went wrong.
No branches or pull requests
Test with Firefox in V14 bakery (eg https://bakery-flow-spring.app.fi/dashboard) with a window size not tall enough to fit all content
![image](https://user-images.githubusercontent.com/9820084/60342643-b6b82900-99ba-11e9-883d-40377cdd4dad.png)
The text was updated successfully, but these errors were encountered: