[fix] katex scroll #300

This commit is contained in:
xaoxuu 2024-02-07 18:30:36 +08:00
parent 7d08530af8
commit beb70c816e
2 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,8 @@ if hexo-config('plugins.copycode.enable')
if hexo-config('plugins.tianli_gpt.enable')
@import 'tianli_gpt'
if hexo-config('plugins.katex.enable')
@import 'katex'
//
if hexo-config('comments.service') == 'beaudar'

View File

@ -0,0 +1,3 @@
.md-text p.katex-block
overflow: auto
scrollbar(0, 0)