From 564de8863aae79951c010b9aee24f9e94ec4dbea Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 19 Apr 2016 13:26:00 -0700 Subject: [PATCH] fix scrollbar --- sim/public/simulator.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/public/simulator.html b/sim/public/simulator.html index 7b6e9202..1d3edb0c 100644 --- a/sim/public/simulator.html +++ b/sim/public/simulator.html @@ -14,7 +14,7 @@ html { body { height: 100%; padding: 0; - overflow: auto; + overflow: hidden; margin: 0; -webkit-overflow-scrolling: touch; overflow-scrolling: touch;