Text overlapping
Bug reports:
I had issue with text overlapping and font size
html look:
Specifications:
- html2canvas version tested with: 1.4.1
- Browser & version: Google Chrome 129.0.6668.60
- Operating system: Win 10
Are you using tailwind CSS?
Are you using tailwind CSS?
No, 100% standalone
check this https://stackoverflow.com/questions/74980740/html2canvas-shifting-text-downwards
I have this question too, and I also don't use tailwind,but I encountered this problem occasionally
I'm using tailwing and this fixed text overlapping—yes text overlapping, not image overlapping—for me:
@layer base { img { display: unset !important; } }
Got similar issue, should be fixed by this: https://github.com/niklasvh/html2canvas/issues/2775#issuecomment-1316356991
I'm using tailwing and this fixed text overlapping—yes text overlapping, not image overlapping—for me:
@layer base { img { display: unset !important; } }
it works thank you so much!