Skip to content

Commit

Permalink
fix(content-entries): fix bulk menu misplaced position
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Jun 28, 2017
1 parent 40496cb commit 68e5835
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@
<span class="kPaginatorShowRowsLabel">{{'applications.content.paginator.showRows' | translate}}</span>
</div>
</div>
<p-tieredMenu #menu [model]="_bulkActionsMenu" [popup]="true" [styleClass]="menu"></p-tieredMenu>
<p-growl [value]="_msgs"></p-growl>
</div>
</k-area-blocker>

<p-tieredMenu #menu [model]="_bulkActionsMenu" [popup]="true" [styleClass]="menu" class="kOverrideFAIcons"></p-tieredMenu>

<!-- popup widgets section -->
<kPopupWidget #categoriesFilterPopup [appendTo]="entriesTableHolder" [popupWidth]="400" [popupHeight]="500" [closeBtn]="false" [targetRef]="categoriesFilterBtn" [targetOffset]="{'x':-10, 'y': -21}">
<kCategoriesFilter [parentPopupWidget]="categoriesFilterPopup"></kCategoriesFilter>
Expand Down

0 comments on commit 68e5835

Please sign in to comment.