remove html scrollbar

This commit is contained in:
Simon Vieille 2020-03-24 23:33:37 +01:00
parent e099fc6534
commit d9b9612fc0
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -1,3 +1,7 @@
html {
overflow-y: auto;
}
.chart-container { .chart-container {
width: 100%; width: 100%;
height: 30vh; height: 30vh;