Overflow with scrollbar size

This commit is contained in:
ferferga 2020-05-14 11:58:13 +02:00
parent a7241d39f6
commit 8d7b8104ff

View file

@ -3,6 +3,7 @@ html {
margin: 0;
padding: 0;
height: 100%;
overflow-y: scroll;
}
.material-icons {