Browse Source

skin: fix select button hidden issue in FF

Alexander Rose 5 years ago
parent
commit
188ea6e8e2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/mol-plugin-ui/skin/base/components/temp.scss

+ 1 - 0
src/mol-plugin-ui/skin/base/components/temp.scss

@@ -66,6 +66,7 @@
         text-align-last: center;
         background: none;
         padding: 0 $control-spacing;
+        overflow: hidden;
 
         > option[value = _] {
             display: none;