mirror of https://github.com/portainer/portainer
feat(stack): fixed stack web editor scroll bar issue. (#7494)
parent
20053b1f07
commit
5e35ff8b8a
|
@ -1,5 +1,5 @@
|
|||
<ng-form name="$ctrl.webEditorForm">
|
||||
<div class="web-editor overflow-auto">
|
||||
<div class="web-editor overflow-x-hidden">
|
||||
<div ng-if="!$ctrl.hideTitle" class="col-sm-12 form-section-title">Web editor</div>
|
||||
<div class="trancluded-item form-group col-sm-12 col-lg-12 text-muted small" ng-transclude="description"></div>
|
||||
<div class="form-group">
|
||||
|
|
Loading…
Reference in New Issue