Skip to content

Commit b83ef6d

Browse files
committed
fix: cursor grab
1 parent 0be364c commit b83ef6d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

platforms/metagram/src/lib/fragments/Modal/Modal.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
border-radius: 32px !important;
7373
padding: 20px !important;
7474
background-color: var(--color-white) !important;
75+
cursor: default !important;
7576
overflow: scroll !important;
7677
scrollbar-width: none !important;
7778
-ms-overflow-style: none !important;

platforms/metagram/src/routes/+layout.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import { isNavigatingThroughNav, ownerId } from '$lib/store/store.svelte';
44
import { onMount } from 'svelte';
55
import '../app.css';
6-
import { page } from '$app/state';
76
87
let { children } = $props();
98

0 commit comments

Comments
 (0)