🐛 Fix: table-wrapper and katex-display overflow-x error

This commit is contained in:
Cell
2024-11-20 12:48:13 +08:00
parent 35cc57e64d
commit fd000ad6b3
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -306,6 +306,7 @@
}
.table-wrapper {
position: relative;
overflow-x: auto;
--#{$prefix}scrollbar-thumb-color: #{$table-background-color};
@@ -516,6 +517,12 @@
}
}
// Katex styles
.katex-display {
max-width: 100%;
overflow-x: auto;
}
@import '../_partials/_single/alert';
@import '../_partials/_single/code';
@import '../_shortcodes';
+1 -1
View File
@@ -1,4 +1,4 @@
{{- .Scratch.Set "version" "v0.3.16-453ed31d" -}}
{{- .Scratch.Set "version" "v0.3.16-35cc57e6" -}}
{{- .Scratch.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}