mirror of
https://github.com/SoPat712/maisie-heardle.git
synced 2025-08-21 10:18:45 -04:00
Allow scroll
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
<!-- src/routes/+page.svelte -->
|
||||
<script lang="ts">
|
||||
import { onMount, onDestroy } from 'svelte';
|
||||
import moment from 'moment';
|
||||
@@ -496,7 +495,7 @@
|
||||
|
||||
<!-- Main UI -->
|
||||
<div
|
||||
class="fixed inset-0 flex flex-col overflow-hidden"
|
||||
class="fixed inset-0 flex flex-col overflow-y-auto"
|
||||
style="
|
||||
background: {darkMode ? COLORS.text : COLORS.background};
|
||||
color: {darkMode ? COLORS.background : COLORS.text}
|
||||
|
Reference in New Issue
Block a user