Fix lastactive template overflow

This commit is contained in:
2020-04-02 13:39:10 +02:00
parent 062847673d
commit dcfa80adcb
2 changed files with 5 additions and 2 deletions

View File

@@ -70,9 +70,10 @@
margin-bottom: 30px;
}
.chart {
.scroll {
width: 100%;
height: 300px;
height: 600px;
overflow: scroll;
}
.linkactive {