1
0
Fork 0

Remove body overflow (#173)

It enables vertical scrolling on mobile.
This commit is contained in:
Thomas Parisot 2017-05-18 09:18:40 +02:00 committed by Nicolas Perriault
parent 2047d6f93f
commit 5b83a55462
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
body {
font-family: Roboto, sans-serif;
padding: 10px 0 0 0;
overflow: hidden;
}
/* Alert messages */