1
0
Fork 0

correct column toggle z-index for user list

This commit is contained in:
Rigel Kent 2020-08-03 23:43:23 +02:00
parent 7dba27a897
commit 9a42363291
No known key found for this signature in database
GPG key ID: 5E53E96A494E452F
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@
</th>
<th style="width: 40px"></th>
<th style="width: 60px;">
<div class="c-hand" ngbDropdown placement="bottom-right auto" container="body" autoClose="outside">
<div class="c-hand column-toggle" ngbDropdown placement="bottom-left auto" container="body" autoClose="outside">
<my-global-icon iconName="columns" ngbDropdownToggle></my-global-icon>
<div role="menu" class="dropdown-menu" ngbDropdownMenu>

View file

@ -27,7 +27,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
}
/* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */
.dropdown:not(.btn-group):not(.dropdown-root):not(.action-dropdown):not(.input-group-prepend) {
.dropdown:not(.btn-group):not(.dropdown-root):not(.action-dropdown):not(.input-group-prepend):not(.column-toggle) {
z-index: z(dropdown) !important;
&.list-overflow-menu,