mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
fix: allow horizontal scroll for large math nodes
This commit is contained in:
@@ -384,6 +384,11 @@ span:focus .fake-cursor {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.math-block .katex {
|
||||
max-width: 100vw;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
/* -- Selection Plugin ---------------------------------- */
|
||||
|
||||
/* p::selection,
|
||||
|
||||
@@ -384,6 +384,11 @@ span:focus .fake-cursor {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.math-block .katex {
|
||||
max-width: 100vw;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
/* -- Selection Plugin ---------------------------------- */
|
||||
|
||||
/* p::selection,
|
||||
|
||||
Reference in New Issue
Block a user