浏览代码

HUE-6414 [frontend] Scrollbars are missing on Firefox

Enrico Berti 8 年之前
父节点
当前提交
c61433dfcb

文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/home.css


文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


文件差异内容过多而无法显示
+ 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) {

部分文件因为文件数量过多而无法显示