Update level.css - hide .katex-mathml, to fix scrolling issue

Fixes https://github.com/leanprover-community/lean4game/issues/202
pull/204/head
Noam Yorav-Raphael 11 months ago committed by GitHub
parent e07570181c
commit 09c81ea43f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -369,6 +369,11 @@ td code {
text-align: center;
}
/* Fixes https://github.com/leanprover-community/lean4game/issues/202 */
.katex-mathml {
display: none;
}
/* DEBUG */
/* .proof .step {
border: 2px solid rgb(0, 123, 255);

Loading…
Cancel
Save