aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-02-11 10:36:10 +0100
committerChocobozzz <me@florianbigard.com>2021-02-11 10:36:10 +0100
commit81f790af78cdce07f3577d1d43e0eba0626ce4b1 (patch)
treedd79a4d9b2f5fc24725a58990e13b0bb30938cbd
parent6559da2821cfa37717fb6f607f76a505d549cc74 (diff)
downloadPeerTube-81f790af78cdce07f3577d1d43e0eba0626ce4b1.tar.gz
PeerTube-81f790af78cdce07f3577d1d43e0eba0626ce4b1.tar.zst
PeerTube-81f790af78cdce07f3577d1d43e0eba0626ce4b1.zip
Fix comments sorting dropdown z-index
-rw-r--r--client/src/app/+videos/+video-watch/comment/video-comments.component.html2
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>