Skip to content

Commit

Permalink
Merge pull request #218 from dongguaguaguagua/main
Browse files Browse the repository at this point in the history
公式及表格横向滚动视图
  • Loading branch information
OXeu authored Jul 12, 2024
2 parents cc6611d + ed174b7 commit c827475
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion client/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ ul {
.octicon {
@apply mr-1 w-3;
}

.katex {
overflow-x: auto;
overflow-y: hidden;
}

/* animation */

@keyframes anvil {
Expand Down Expand Up @@ -127,6 +133,8 @@ ul {

.table {
@apply w-full border-collapse my-4;
overflow-x: auto;
display: block !important;
}

.table th,
Expand Down Expand Up @@ -197,4 +205,4 @@ a.toc-link {

.is-active-link::before {
@apply bg-theme;
}
}

0 comments on commit c827475

Please sign in to comment.