fix: allow horizontal scroll for large math nodes

This commit is contained in:
thecodrr
2022-07-27 16:08:26 +05:00
parent fcadb3bcaf
commit f15d395978
2 changed files with 10 additions and 0 deletions

View File

@@ -384,6 +384,11 @@ span:focus .fake-cursor {
margin: 0;
}
.math-block .katex {
max-width: 100vw;
overflow-x: auto;
}
/* -- Selection Plugin ---------------------------------- */
/* p::selection,

View File

@@ -384,6 +384,11 @@ span:focus .fake-cursor {
margin: 0;
}
.math-block .katex {
max-width: 100vw;
overflow-x: auto;
}
/* -- Selection Plugin ---------------------------------- */
/* p::selection,