Merge pull request #204 from noamraph/patch-1

Update level.css - hide .katex-mathml, to fix scrolling issue
pull/205/head
Jon Eugster 2 years ago committed by GitHub
commit b37f050da5
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