diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-08-03 23:43:23 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-08-03 23:43:23 +0200 |
commit | 9a42363291c9f524d9603a940f929929599271c5 (patch) | |
tree | 028b8f6cf02b5a1d71157d7cc12f423d4bf809e7 /client | |
parent | 7dba27a897526499518ddabd071634e62b913106 (diff) | |
download | PeerTube-9a42363291c9f524d9603a940f929929599271c5.tar.gz PeerTube-9a42363291c9f524d9603a940f929929599271c5.tar.zst PeerTube-9a42363291c9f524d9603a940f929929599271c5.zip |
correct column toggle z-index for user list
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/+admin/users/user-list/user-list.component.html | 2 | ||||
-rw-r--r-- | client/src/sass/bootstrap.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+admin/users/user-list/user-list.component.html b/client/src/app/+admin/users/user-list/user-list.component.html index d47ad434e..3090247e5 100644 --- a/client/src/app/+admin/users/user-list/user-list.component.html +++ b/client/src/app/+admin/users/user-list/user-list.component.html | |||
@@ -51,7 +51,7 @@ | |||
51 | </th> | 51 | </th> |
52 | <th style="width: 40px"></th> | 52 | <th style="width: 40px"></th> |
53 | <th style="width: 60px;"> | 53 | <th style="width: 60px;"> |
54 | <div class="c-hand" ngbDropdown placement="bottom-right auto" container="body" autoClose="outside"> | 54 | <div class="c-hand column-toggle" ngbDropdown placement="bottom-left auto" container="body" autoClose="outside"> |
55 | <my-global-icon iconName="columns" ngbDropdownToggle></my-global-icon> | 55 | <my-global-icon iconName="columns" ngbDropdownToggle></my-global-icon> |
56 | 56 | ||
57 | <div role="menu" class="dropdown-menu" ngbDropdownMenu> | 57 | <div role="menu" class="dropdown-menu" ngbDropdownMenu> |
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 8b7eab366..2fce70c0d 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -27,7 +27,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
27 | } | 27 | } |
28 | 28 | ||
29 | /* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */ | 29 | /* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */ |
30 | .dropdown:not(.btn-group):not(.dropdown-root):not(.action-dropdown):not(.input-group-prepend) { | 30 | .dropdown:not(.btn-group):not(.dropdown-root):not(.action-dropdown):not(.input-group-prepend):not(.column-toggle) { |
31 | z-index: z(dropdown) !important; | 31 | z-index: z(dropdown) !important; |
32 | 32 | ||
33 | &.list-overflow-menu, | 33 | &.list-overflow-menu, |