aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src/routes/index.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'web/pw-server/src/routes/index.svelte')
-rw-r--r--web/pw-server/src/routes/index.svelte3
1 files changed, 3 insertions, 0 deletions
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 {