fix: prose math overflow

This commit is contained in:
DIYgod 2023-04-20 18:05:38 +01:00
parent 4745677dff
commit d9caa0fe54
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@
}
.prose .math {
@apply max-w-full;
@apply max-w-full inline-block overflow-x-scroll overdflow-y-hidden;
}
.prose .katex {