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
1 changed files with 4 additions and 0 deletions

View File

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