From 0795410a41e1427a0ee46330354e5a80c827a895 Mon Sep 17 00:00:00 2001 From: Thomas <9749173+uhthomas@users.noreply.github.com> Date: Mon, 19 Feb 2024 02:57:56 +0000 Subject: [PATCH] fix: only show scrollbars if needed (#7191) The class 'overflow-y-scroll' will always show the scrollbar. Changing this to 'overflow-y-auto' will only show the scrollbar when needed. All instances of the 'overflow-y-scroll' class have been changed. Fixes: #7190 --- web/src/lib/components/elements/dropdown.svelte | 2 +- web/src/lib/components/forms/create-user-form.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/lib/components/elements/dropdown.svelte b/web/src/lib/components/elements/dropdown.svelte index 58eeef0e4d..24755a3a0a 100644 --- a/web/src/lib/components/elements/dropdown.svelte +++ b/web/src/lib/components/elements/dropdown.svelte @@ -84,7 +84,7 @@ {#if showMenu}