Skip to content

Commit

Permalink
Style correction for dialog dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
romanblanco committed Mar 19, 2018
1 parent 91b232e commit 41d2856
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialog-editor/components/box/box.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<i class="fa fa-object-group"></i>
{{ 'Drag items here to add to the dialog. At least one item is required before saving' | translate }}
</div>
<div ng-repeat='field in box.dialog_fields' class="draggable-field">
<div ng-repeat='field in box.dialog_fields' class="draggable-field draggable-field-dropdown">
<form class="form-horizontal">
<dialog-editor-field box-position="box.position"
field-data='field'
Expand Down
4 changes: 4 additions & 0 deletions src/styles/dialog-editor-boxes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,7 @@
cursor: pointer;
}
}

.draggable-field-dropdown {
z-index: initial;
}

0 comments on commit 41d2856

Please sign in to comment.