mirror of https://github.com/docusealco/docuseal
The page.vue component uses container-type: size for CSS container queries. This containment context interferes with the clip: rect(0,0,0,0) technique used by Tailwind's sr-only class, causing the hidden page text to render visually below the PDF image. Replace sr-only class with position: absolute; left: -9999px off-screen technique which is robust against CSS containment contexts. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>pull/599/head
parent
24a3f6770f
commit
40dd223393
Loading…
Reference in new issue