From ca8bd1bc85ec48aea1eac7e04c58e66c0fbb39ae Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 2 Nov 2024 13:51:40 -0400 Subject: Specify overflow behaviour more loosely. On Safari, `overflow: scroll` forces scrollbars even where not required, leading to a really janky display studded with stray scrollbars. --- ui/lib/components/ActiveChannel.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/lib/components/ActiveChannel.svelte') diff --git a/ui/lib/components/ActiveChannel.svelte b/ui/lib/components/ActiveChannel.svelte index 455043b..76bf13a 100644 --- a/ui/lib/components/ActiveChannel.svelte +++ b/ui/lib/components/ActiveChannel.svelte @@ -37,6 +37,6 @@ -- cgit v1.2.3