xaoxuu / hexo-theme-stellar

内置文档系统的简约商务风Hexo主题,支持大量的标签组件和动态数据组件。
https://xaoxuu.com/wiki/stellar/
MIT License
1.36k stars 330 forks source link

fix: refine katex overflow style #544

Closed calfzhou closed 4 days ago

calfzhou commented 4 days ago

之前 katex 的 overflow 样式是设置在 .md-text p.katex-block .katex-display 上的,在有些时候会出现当鼠标在公式那里上下滚动的时候,公式会上下微小浮动,如图:

katex-overflow

overflow 改在 .md-text p.katex-block 上没有这个问题。

stackblitz[bot] commented 4 days ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

xaoxuu commented 4 days ago

感谢大佬PR