I'm getting a weird issue when I hover my mouse pointer over MathJax / Latex with "cases":
$$\text{HMAC}(K, m) = \text{H}((K' \oplus \mathbb{opad}) || \text{H}((K' \oplus \mathbb{ipad}) || m))\\K' = \begin{cases} \text{H}(K) & \text{if } K \text{ is larger than block size} \\ K & \text{otherwise} \end{cases}$$ Normal look:
When hoovering:
This is on Windows 11 / Edge Version 132.0.2957.140 (Official build) (64-bit)
Does anybody know why this is happening?

