Fix application wide vertical scroll bar (#487)

Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
Juan Cruz Viotti 2016-06-15 15:41:42 -04:00 committed by GitHub
parent 0d2fcac5e4
commit 85ebe231d6

View File

@ -43,7 +43,7 @@ html {
}
body {
overflow: auto;
overflow: hidden;
-webkit-overflow-scrolling: touch;
}