]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
correct column toggle z-index for user list
authorRigel Kent <sendmemail@rigelk.eu>
Mon, 3 Aug 2020 21:43:23 +0000 (23:43 +0200)
committerRigel Kent <sendmemail@rigelk.eu>
Mon, 3 Aug 2020 21:43:23 +0000 (23:43 +0200)
client/src/app/+admin/users/user-list/user-list.component.html
client/src/sass/bootstrap.scss

index d47ad434eab5f1e794fd4ca7014fd17bd14248cc..3090247e582345d4f6a2f53c35de820901259e6b 100644 (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>
index 8b7eab3668dd0b24ceb903eb76779c3a3554c5b1..2fce70c0d89944ff0028b4f6cfe6f0e73e48e249 100644 (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,