[fix] fix spell error

This commit is contained in:
PrinOrange
2024-09-26 16:21:13 +08:00
parent e81d259a67
commit 7e7b86c1e5
2 changed files with 1 additions and 1 deletions

24
styles/formula.css Normal file
View File

@@ -0,0 +1,24 @@
.katex-display {
overflow: auto hidden;
padding-top: 10px;
padding-bottom: 10px;
direction: ltr;
}
.katex-display::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 9999px;
}
.katex-display::-webkit-scrollbar-thumb {
--tw-border-opacity: 1;
background-color: rgba(217, 217, 227, 0.5);
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
border-radius: 9999px;
border-width: 1px;
}
.katex-display::-webkit-scrollbar {
height: 0.4rem;
width: 0.5rem;
}