feat(stack): fixed stack web editor scroll bar issue. (#7494)

pull/7539/head
fhanportainer 2022-08-18 18:00:33 +12:00 committed by GitHub
parent 20053b1f07
commit 5e35ff8b8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<ng-form name="$ctrl.webEditorForm"> <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 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="trancluded-item form-group col-sm-12 col-lg-12 text-muted small" ng-transclude="description"></div>
<div class="form-group"> <div class="form-group">