[opt] scroll
This commit is contained in:
parent
1a71b79a45
commit
493a34b1fa
|
@ -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
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
.md-text p.katex-block
|
.md-text
|
||||||
overflow: auto
|
p.katex-block
|
||||||
scrollbar(0, 0)
|
.katex-display
|
||||||
|
overflow: scroll
|
||||||
|
scrollbar(0, 0)
|
||||||
|
|
Loading…
Reference in New Issue