diff --git a/web/moto/style.css b/web/moto/style.css index 90d8fe22..bc8254d9 100644 --- a/web/moto/style.css +++ b/web/moto/style.css @@ -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;