add scroll bar to match history

This commit is contained in:
Ilion Beyst 2022-05-22 15:01:02 +02:00
parent b1151f6ac7
commit 4d6a9591d8

View file

@ -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 {