Skip to content

Commit

Permalink
Update level.css - hide .katex-mathml, to fix scrolling issue
Browse files Browse the repository at this point in the history
Fixes #202
  • Loading branch information
noamraph authored Mar 25, 2024
1 parent e075701 commit 09c81ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/css/level.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 09c81ea

Please sign in to comment.