Skip to content
New issue

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

Overflow problem ! #71

Open
NazmusSayad opened this issue Jun 1, 2022 · 1 comment
Open

Overflow problem ! #71

NazmusSayad opened this issue Jun 1, 2022 · 1 comment

Comments

@NazmusSayad
Copy link

In small width devices some content of language.svg is overflowing. I was trying to fix it and if found the bug.

Problem:

foreignObject {
  width: calc(100% - 10px - 32px);
  height: calc(100% - 10px - 24px);
}

vivo-v5s-5 5-720 x 1280

Fix:

But without the height and width property everything is fine.

foreignObject {
}

dddd

@jstrieb
Copy link
Owner

jstrieb commented Jun 1, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants