fix: mobile dropdowns, katex overflow
This commit is contained in:
parent
0efd0d992d
commit
32fd23e2cf
3 changed files with 6 additions and 3 deletions
|
@ -48,7 +48,6 @@
|
|||
|
||||
html {
|
||||
color-scheme: light;
|
||||
scrollbar-gutter: stable both-edges;
|
||||
@apply bg-background text-foreground;
|
||||
|
||||
&.dark {
|
||||
|
@ -70,6 +69,10 @@
|
|||
article {
|
||||
@apply prose-headings:scroll-mt-20;
|
||||
|
||||
.katex-display {
|
||||
@apply overflow-x-auto overflow-y-hidden py-4;
|
||||
}
|
||||
|
||||
/* Removes background from <mark> elements */
|
||||
mark {
|
||||
@apply bg-transparent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue