diff --git a/src/components/ui/mobile-menu.tsx b/src/components/ui/mobile-menu.tsx index 6e77c8b..f6cf65a 100644 --- a/src/components/ui/mobile-menu.tsx +++ b/src/components/ui/mobile-menu.tsx @@ -40,7 +40,7 @@ const MobileMenu = () => { Toggle menu - + {NAV_LINKS.map((item) => ( Toggle theme - + setThemeState('theme-light')}> Light diff --git a/src/styles/global.css b/src/styles/global.css index ab75f1e..390d77c 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -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 elements */ mark { @apply bg-transparent;