fix: resolve katex-display scrollbar issues (#326)
* fix: resolve katex-display scrollbar issues * style: add katex display container styles for better responsiveness * fix: enhance katex display handling with scrollable containers and intersection observer --------- Co-authored-by: L4Ph <4ranci0ne@gmail.com>
This commit is contained in:
@@ -91,4 +91,11 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.katex-display-container {
|
||||
max-width: 100%;
|
||||
overflow-x: auto;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user