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
In small width devices some content of language.svg is overflowing. I was trying to fix it and if found the bug.
foreignObject { width: calc(100% - 10px - 32px); height: calc(100% - 10px - 24px); }
But without the height and width property everything is fine.
foreignObject { }
The text was updated successfully, but these errors were encountered:
Hey @NazmusSayad, thanks for reporting this! This is a duplicate of #57 and discussions should probably continue in that thread.
As for the fix, it would be important to test in a few different browsers and devices before removing those CSS values entirely.
Sorry, something went wrong.
No branches or pull requests
In small width devices some content of language.svg is overflowing. I was trying to fix it and if found the bug.
Problem:
Fix:
But without the height and width property everything is fine.
foreignObject { }
The text was updated successfully, but these errors were encountered: