mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 11:48:41 +00:00
* Fix tag positioning to live within katex-html parent `.tag` has `position: absolute`, but this positions it relative to the nearest parent with a non-static `position` (see https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block). This PR makes `.katex-display > .katex > .katex-html` that parent. * Update screenshots