github-stats icon indicating copy to clipboard operation
github-stats copied to clipboard

Overflow problem !

Open NazmusSayad opened this issue 2 years ago • 1 comments

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

NazmusSayad avatar Jun 01 '22 09:06 NazmusSayad

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.

jstrieb avatar Jun 01 '22 13:06 jstrieb