mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
fix(web-editor): fixed web editor scroll bar. (#7941)
This commit is contained in:
parent
95a4f83466
commit
e785d1572e
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue