fixing total height

This commit is contained in:
Stephanie Vilayphiou 2019-06-01 13:14:55 +02:00
parent 8ad9d675fa
commit 5109e61b0d

View File

@ -161,7 +161,7 @@ div#relearn-infos ul {
#curve { #curve {
width: 55%; width: 55%;
padding : 1em 2em; padding : 1em 2em;
height: 100vh; height: 87vh;
overflow: auto; overflow: auto;
padding-bottom: 4em; padding-bottom: 4em;
} }