diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-11 10:36:10 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-02-11 10:36:10 +0100 |
commit | 81f790af78cdce07f3577d1d43e0eba0626ce4b1 (patch) | |
tree | dd79a4d9b2f5fc24725a58990e13b0bb30938cbd /client/src/app | |
parent | 6559da2821cfa37717fb6f607f76a505d549cc74 (diff) | |
download | PeerTube-81f790af78cdce07f3577d1d43e0eba0626ce4b1.tar.gz PeerTube-81f790af78cdce07f3577d1d43e0eba0626ce4b1.tar.zst PeerTube-81f790af78cdce07f3577d1d43e0eba0626ce4b1.zip |
Fix comments sorting dropdown z-index
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+videos/+video-watch/comment/video-comments.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-watch/comment/video-comments.component.html b/client/src/app/+videos/+video-watch/comment/video-comments.component.html index 1bc0885a4..f9ebfcc1f 100644 --- a/client/src/app/+videos/+video-watch/comment/video-comments.component.html +++ b/client/src/app/+videos/+video-watch/comment/video-comments.component.html | |||
@@ -11,7 +11,7 @@ | |||
11 | 11 | ||
12 | <my-feed [syndicationItems]="syndicationItems"></my-feed> | 12 | <my-feed [syndicationItems]="syndicationItems"></my-feed> |
13 | 13 | ||
14 | <div ngbDropdown class="d-inline-block ml-4"> | 14 | <div ngbDropdown class="d-inline-block ml-4 dropdown-root"> |
15 | <button class="btn btn-sm btn-outline-secondary" id="dropdown-sort-comments" ngbDropdownToggle i18n> | 15 | <button class="btn btn-sm btn-outline-secondary" id="dropdown-sort-comments" ngbDropdownToggle i18n> |
16 | SORT BY | 16 | SORT BY |
17 | </button> | 17 | </button> |