mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: limit parameter panel height to 370
This commit is contained in:
parent
cc29060042
commit
92676d10c6
1 changed files with 2 additions and 1 deletions
|
|
@ -210,7 +210,8 @@ limitations under the License.
|
|||
</span>
|
||||
<div style="clear: both;"></div> <!-- to fix previous span which has float: right -->
|
||||
</div>
|
||||
<div class="panel-body" ng-if="config.panel.parameterPanelOpened"
|
||||
<div class="panel-body" style="height: 370px; overflow-y: auto;"
|
||||
ng-if="config.panel.parameterPanelOpened"
|
||||
style="padding-top: 13px; padding-bottom: 13px;">
|
||||
<table class="table table-striped">
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in a new issue