[opt] scroll

This commit is contained in:
xaoxuu 2024-02-18 13:21:53 +08:00
parent 1a71b79a45
commit 493a34b1fa
2 changed files with 5 additions and 5 deletions

View File

@ -75,8 +75,6 @@
max-width: 100% max-width: 100%
text-align: justify text-align: justify
margin-top: .5rem margin-top: .5rem
overflow: scroll
scrollbar(0,0)
.tab-pane .tab-pane
&:not(.active) &:not(.active)
display: none display: none

View File

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