Browse Source

remove the double scroll situation

master
manetta 5 years ago
parent
commit
9ae70f3252
  1. 5
      css/stylesheet.css

5
css/stylesheet.css

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

Loading…
Cancel
Save