From 4d6a9591d89b66bf6f6b5f4ecf129c9bdc4a46f2 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Sun, 22 May 2022 15:01:02 +0200 Subject: [PATCH] add scroll bar to match history --- web/pw-server/src/routes/index.svelte | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/pw-server/src/routes/index.svelte b/web/pw-server/src/routes/index.svelte index 32efe69..376b324 100644 --- a/web/pw-server/src/routes/index.svelte +++ b/web/pw-server/src/routes/index.svelte @@ -198,6 +198,8 @@ .sidebar-left { width: 240px; background-color: $bg-color; + display: flex; + flex-direction: column; } .sidebar-right { width: 400px; @@ -242,6 +244,7 @@ list-style: none; color: #eee; padding-top: 15px; + overflow-y: scroll; } .match-card {