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

HUE-3459 [assist] Use fixed positioning for assist panel

Johan Ahlen 9 жил өмнө
parent
commit
51ad679

+ 9 - 1
apps/beeswax/src/beeswax/templates/execute.mako

@@ -66,7 +66,7 @@ ${ layout.menubar(section='query') }
       </div>
       <div class="tab-pane" id="settingsTab">
         <div class="card card-small card-tab">
-          <div class="card-body">
+          <div class="card-body" style="overflow-y: auto; height: 100%;">
             <div id="advanced-settings">
             <form id="advancedSettingsForm" action="" method="POST" class="form form-horizontal">
                 ${ csrf_token(request) | n,unicode }
@@ -1058,6 +1058,14 @@ ${ tableStats.tableStats() }
     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') }">