From da4653155dc0eeeff69120f22334fd7684f09411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa?= Date: Wed, 29 Apr 2015 17:44:40 +0200 Subject: [PATCH] Change controls positions to absolute in toucheffects --- toucheffects/styles/demo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toucheffects/styles/demo.css b/toucheffects/styles/demo.css index b743684..f917d1c 100644 --- a/toucheffects/styles/demo.css +++ b/toucheffects/styles/demo.css @@ -14,7 +14,7 @@ } #demo-controls { - position: fixed; + position: absolute; bottom: 0; left: 0; height: 130px;