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 {
|
.sidebar-left {
|
||||||
width: 240px;
|
width: 240px;
|
||||||
background-color: $bg-color;
|
background-color: $bg-color;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
.sidebar-right {
|
.sidebar-right {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
|
@ -242,6 +244,7 @@
|
||||||
list-style: none;
|
list-style: none;
|
||||||
color: #eee;
|
color: #eee;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.match-card {
|
.match-card {
|
||||||
|
|
Loading…
Reference in a new issue