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;
padding: 8px;
opacity: .9;
position: fixed !important;
}
.control.floating {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
position: fixed !important;
}
.control.navigate {
position: fixed;
top: 0;
cursor: pointer;
width: 128px;