mirror of
https://github.com/SoPat712/maisie-heardle.git
synced 2025-08-21 18:28:45 -04:00
Allow scroll
This commit is contained in:
@@ -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}
|
||||||
|
Reference in New Issue
Block a user