fix moto bug
This commit is contained in:
parent
1331644962
commit
7c7e5c2ed4
6 changed files with 47 additions and 33 deletions
|
|
@ -221,6 +221,7 @@ button[del] {
|
|||
xoverflow: hidden;
|
||||
}
|
||||
#control-left {
|
||||
display: none;
|
||||
position: fixed;
|
||||
z-index: 10000;
|
||||
color: black;
|
||||
|
|
@ -242,6 +243,7 @@ button[del] {
|
|||
display: none;
|
||||
}
|
||||
#control-right {
|
||||
display: none;
|
||||
position: fixed;
|
||||
z-index: 10000;
|
||||
top: 5px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue