just make all controls position:fixed

This commit is contained in:
Bala Clark 2011-08-31 00:02:26 +02:00
parent 91fe118cfc
commit e29197e051

View file

@ -8,17 +8,16 @@ body {
margin: 5px; margin: 5px;
padding: 8px; padding: 8px;
opacity: .9; opacity: .9;
position: fixed !important;
} }
.control.floating { .control.floating {
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
position: fixed !important;
} }
.control.navigate { .control.navigate {
position: fixed;
top: 0; top: 0;
cursor: pointer; cursor: pointer;
width: 128px; width: 128px;