From d1801f5c945aa76d3f1dec71b214a69f3d300ad1 Mon Sep 17 00:00:00 2001 From: Joe <49767913+joebudi@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:20:45 +0100 Subject: [PATCH] fixed issue with scrollbar background color on homepage --- packages/bbui/src/Layout/Page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bbui/src/Layout/Page.svelte b/packages/bbui/src/Layout/Page.svelte index 62dd9cc909..602fe27f45 100644 --- a/packages/bbui/src/Layout/Page.svelte +++ b/packages/bbui/src/Layout/Page.svelte @@ -43,7 +43,7 @@ flex-direction: row; justify-content: flex-start; align-items: stretch; - overflow-y: scroll !important; + overflow-y: auto; flex: 1 1 auto; overflow-x: hidden; }