xaoxuu / hexo-theme-stellar

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

数学公式超过屏幕会被隐藏,无法拖动 #300

Closed cyliu-phy closed 7 months ago

cyliu-phy commented 1 year ago

数学公式超过屏幕宽度无法滚动,比如 https://cyliu.cc/2022/09/04/Volume-of-n-ball/ 这篇post里的公式在手机里显示的时候,希望可以像表格和代码块一样加个 overflow:auto; 的属性

hermitlsr commented 1 year ago

之前有和xaoxuu说过这个问题,katex的话: 我记得当时是这么解决的

.md p.katex-block
  @media screen and (max-width: $device-tablet)
    overflow: scroll;
github-actions[bot] commented 7 months ago

:wave: Hello, This bug has been fixed, please update your stellar.

:wave: 您好, 此 BUG 已经被修复,请更新您的 Stellar 版本。