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 243f4da..08dc60a 100644
--- a/web/pw-server/src/routes/index.svelte
+++ b/web/pw-server/src/routes/index.svelte
@@ -209,6 +209,8 @@
.sidebar-left {
width: 240px;
background-color: $bg-color;
+ display: flex;
+ flex-direction: column;
}
.sidebar-right {
width: 400px;
@@ -246,6 +248,7 @@
list-style: none;
color: #eee;
padding-top: 15px;
+ overflow-y: scroll;
}
.match-card {