fix(web-editor): fixed web editor scroll bar. (#7941)

pull/7952/head
fhanportainer 2 years ago committed by GitHub
parent 95a4f83466
commit e785d1572e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 pr-0"
>Web editor
<div class="text-muted small vertical-center float-right mt-0">

Loading…
Cancel
Save