[Bug/Front-end] Fixed display overflow issue in Create dialog

WTD-763
Added new class with overflow: auto to div element in platform/.../dialog.html
This commit is contained in:
Charles Hacskaylo
2015-01-29 16:27:19 -08:00
parent d0de13ca62
commit 420a006fab
3 changed files with 24 additions and 18 deletions

View File

@@ -5,7 +5,7 @@
</div>
</div>
<div class="abs form outline editor">
<div class='abs contents'>
<div class='abs contents l-dialog'>
<mct-form ng-model="ngModel.value"
structure="ngModel.structure"
name="createForm">