From 9ae70f3252c18f9cce41a36d5ea7ab72f04a5f09 Mon Sep 17 00:00:00 2001 From: manetta Date: Mon, 13 May 2019 18:33:44 +0200 Subject: [PATCH] remove the double scroll situation --- css/stylesheet.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/stylesheet.css b/css/stylesheet.css index 84f7914..7417ddd 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -46,9 +46,8 @@ div.controlpoint{ list-style: none; } - #curve { - padding : 1em; + padding : 0 1em; height: 100vh; - overflow: scroll; + overflow: auto; }