correct column toggle z-index for user list
This commit is contained in:
parent
7dba27a897
commit
9a42363291
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
2
client/src/sass/bootstrap.scss
vendored
2
client/src/sass/bootstrap.scss
vendored
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue