mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
KaTeX makes use of a "span.overlay" element for the little vector arrow symbol on top of a `\vec` object. This conflicts with Zulip's CSS for our overlays, which are divs with the `overlay` CSS class. While KaTeX may rename their class (https://github.com/KaTeX/KaTeX/issues/1456), we can work around this issue by scoping our own overlay CSS and click handlers to "div.overlay" rather than ".overlay". Fixes #18068.
6.7 KiB
6.7 KiB