Allow scroll

This commit is contained in:
Josh Patra
2025-04-22 01:15:31 -04:00
parent 1786cbb494
commit 03293d0dd1

View File

@@ -1,4 +1,3 @@
<!-- src/routes/+page.svelte -->
<script lang="ts"> <script lang="ts">
import { onMount, onDestroy } from 'svelte'; import { onMount, onDestroy } from 'svelte';
import moment from 'moment'; import moment from 'moment';
@@ -496,7 +495,7 @@
<!-- Main UI --> <!-- Main UI -->
<div <div
class="fixed inset-0 flex flex-col overflow-hidden" class="fixed inset-0 flex flex-col overflow-y-auto"
style=" style="
background: {darkMode ? COLORS.text : COLORS.background}; background: {darkMode ? COLORS.text : COLORS.background};
color: {darkMode ? COLORS.background : COLORS.text} color: {darkMode ? COLORS.background : COLORS.text}