just make all controls position:fixed
This commit is contained in:
parent
91fe118cfc
commit
e29197e051
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue