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