瀏覽代碼

HUE-3459 [assist] Put stat popover on top

Before this change it was hidden behind the editor area
Johan Ahlen 9 年之前
父節點
當前提交
ce9e0a2
共有 1 個文件被更改,包括 13 次插入11 次删除
  1. 13 11
      apps/beeswax/src/beeswax/templates/execute.mako

+ 13 - 11
apps/beeswax/src/beeswax/templates/execute.mako

@@ -812,11 +812,22 @@ ${ tableStats.tableStats() }
   }
 
   .left-panel {
-    position: absolute;
+    position: fixed !important;
+    z-index: 1030;
+  }
+
+  .mega-popover .popover-content {
+    min-height: 190px !important;
+  }
+
+  .mega-popover .content {
+    height: auto !important;
+    max-height: 280px;
   }
 
   .resizer {
-    position: absolute;
+    position: fixed !important;
+    margin-left: 15px;
     width: 20px;
     text-align: center;
     z-index: 1000;
@@ -1057,15 +1068,6 @@ ${ tableStats.tableStats() }
   .query-right-actions h4 {
     padding: 0 10px;
   }
-
-  .left-panel {
-    position: fixed !important;
-  }
-
-  .resizer {
-    margin-left: 15px;
-    position: fixed !important;
-  }
 </style>
 
 <link rel="stylesheet" href="${ static('desktop/ext/css/hue-filetypes.css') }">