Fix overflow on small screens (#4505)

This commit is contained in:
Nicolas Gotchac 2017-02-10 08:43:59 +01:00 committed by Jaco Greeff
parent cb772acec7
commit aebb289ea9
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
*/
.body {
height: 400px;
overflow-y: auto;
}