Browse Source

HUE-6414 [frontend] Scrollbars are missing on Firefox

Enrico Berti 8 years ago
parent
commit
c61433dfcb

File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/home.css


File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 2 - 0
desktop/core/src/desktop/static/desktop/less/hue-mixins.less

@@ -117,6 +117,8 @@
   -ms-flex: @flex;
   -webkit-flex: @flex;
   flex: @flex;
+  min-width: 0;
+  min-height: 0;
 }
 
 .flex-align-items(@align: stretch) {

Some files were not shown because too many files changed in this diff