hide scrollbars on control panels
This commit is contained in:
parent
c2d672519a
commit
63093d7f2f
1 changed files with 10 additions and 0 deletions
|
|
@ -164,6 +164,16 @@ button[del] {
|
|||
justify-content: space-between;
|
||||
}
|
||||
|
||||
:-moz-any(#control-left) {
|
||||
overflow-x: hidden !important;
|
||||
overflow-y: hidden !important;
|
||||
}
|
||||
:-moz-any(#control-right) {
|
||||
overflow-x: scroll !important;
|
||||
overflow-y: scroll !important;
|
||||
margin-right: -14px !important;
|
||||
margin-bottom: -14px !important;
|
||||
}
|
||||
.control input {
|
||||
background-color: #eee;
|
||||
margin-bottom: 1px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue