Эх сурвалжийг харах

HUE-3459 [assist] Put stat popover on top

Before this change it was hidden behind the editor area
Johan Ahlen 9 жил өмнө
parent
commit
ce9e0a2

+ 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') }">