diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-11-26 01:57:26 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-11-26 01:57:26 -0500 |
| commit | 5b2db6bbe7749d1b13a06c89a368b3b0849bc368 (patch) | |
| tree | 188f216012cfe819a3e75e477c8a4cc02936214f /ui/routes/(app) | |
| parent | 2a9931dc134de69f48eed6acd8c5bf6d4221b936 (diff) | |
HTML-level styling inside non-top-level elements is not actually applied
Diffstat (limited to 'ui/routes/(app)')
| -rw-r--r-- | ui/routes/(app)/+layout.svelte | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ui/routes/(app)/+layout.svelte b/ui/routes/(app)/+layout.svelte index e542f24..bafd6b8 100644 --- a/ui/routes/(app)/+layout.svelte +++ b/ui/routes/(app)/+layout.svelte @@ -108,16 +108,6 @@ --interface-padding: 16px; } - /* This should help minimize swipe-to-go-back behaviour, enabling our - * swipe-to-reveal-channel-menu behaviour. It won't work in all cases; in iOS - * 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; - } - #interface { margin: unset; display: grid; |
