Change controls positions to absolute in toucheffects

This commit is contained in:
David García 2015-04-29 17:44:40 +02:00
Родитель 8a6f7f86ce
Коммит da4653155d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,7 @@
}
#demo-controls {
position: fixed;
position: absolute;
bottom: 0;
left: 0;
height: 130px;