sunt-programator/CodeIT

[FEATURE]The math formula on the phone interface shows an abnormality

Closed this issue · 2 comments

The math formula on the phone interface shows an abnormality
image
abnormalSite

Useful reference

I thought it could render the formula as a sliding box,like code

Hi @aiyasin

Thank you for your contributions to this repository.

I fixed this by adding these properties:

.katex, .katex-display{
overflow-x: auto;
overflow-y: hidden;
}

@victor-pogor

.katex, .katex-display{
overflow-x: auto;
overflow-y: hidden;
}

wow, good job😄