add scroll bar to match history
This commit is contained in:
parent
b1151f6ac7
commit
4d6a9591d8
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue