We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be364c commit b83ef6dCopy full SHA for b83ef6d
platforms/metagram/src/lib/fragments/Modal/Modal.svelte
@@ -72,6 +72,7 @@
72
border-radius: 32px !important;
73
padding: 20px !important;
74
background-color: var(--color-white) !important;
75
+ cursor: default !important;
76
overflow: scroll !important;
77
scrollbar-width: none !important;
78
-ms-overflow-style: none !important;
platforms/metagram/src/routes/+layout.svelte
@@ -3,7 +3,6 @@
3
import { isNavigatingThroughNav, ownerId } from '$lib/store/store.svelte';
4
import { onMount } from 'svelte';
5
import '../app.css';
6
- import { page } from '$app/state';
7
8
let { children } = $props();
9
0 commit comments