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 {
width: 55%;
padding : 1em 2em;
height: 100vh;
height: 87vh;
overflow: auto;
padding-bottom: 4em;
}