Fix scrollbar
This commit is contained in:
parent
851d251f33
commit
1570e352d4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ table {
|
||||||
|
|
||||||
.public-games {
|
.public-games {
|
||||||
height: 300px;
|
height: 300px;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.display-4, .font-weight-normal {
|
.display-4, .font-weight-normal {
|
||||||
|
|
Loading…
Reference in a new issue