diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-11-19 12:41:50 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-11-19 12:41:50 -0500 |
| commit | 9a2efe0545e1e695d45f8c7577c3899a6a648e53 (patch) | |
| tree | a0ef5a430639a00e2710a4cb2c61a11069fc2888 /ui/routes/(app)/+layout.svelte | |
| parent | 496d14574a91dae10b00a37eb12d666df8e0622b (diff) | |
Patch out --host again; npm run format
Diffstat (limited to 'ui/routes/(app)/+layout.svelte')
| -rw-r--r-- | ui/routes/(app)/+layout.svelte | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ui/routes/(app)/+layout.svelte b/ui/routes/(app)/+layout.svelte index 406d85a..cc900a6 100644 --- a/ui/routes/(app)/+layout.svelte +++ b/ui/routes/(app)/+layout.svelte @@ -72,7 +72,7 @@ events.close(); } if (gesture !== null) { - gesture.destroy(); + gesture.destroy(); } }); </script> @@ -113,8 +113,9 @@ * Safari, when swiping from the screen edge, the OS gets th event and * handles it before the browser does. */ - html, body { - overscroll-behavior-x: none; + html, + body { + overscroll-behavior-x: none; } #interface { |
