remove the double scroll situation

This commit is contained in:
manetta 2019-05-13 18:33:44 +02:00
parent 507cf54431
commit 9ae70f3252

View File

@ -46,9 +46,8 @@ div.controlpoint{
list-style: none;
}
#curve {
padding : 1em;
padding : 0 1em;
height: 100vh;
overflow: scroll;
overflow: auto;
}