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

pull/7952/head
fhanportainer 2022-10-31 11:03:50 +13:00 committed by GitHub
parent 95a4f83466
commit e785d1572e
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 pr-0" <div ng-if="!$ctrl.hideTitle" class="col-sm-12 form-section-title pr-0"
>Web editor >Web editor
<div class="text-muted small vertical-center float-right mt-0"> <div class="text-muted small vertical-center float-right mt-0">