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;
|
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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue