소스 검색

Merge pull request #3939 from syndimann/bugfix/3866-mentions-in-maximized-card

Fix: Show missing user mentions popover when posting comments in maximized card layout
Lauri Ojansivu 3 년 전
부모
커밋
1aec0b5f0d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      client/components/main/layouts.styl

+ 3 - 0
client/components/main/layouts.styl

@@ -317,6 +317,9 @@ kbd
 .grabbing
   cursor: grabbing
 
+.textcomplete-dropdown
+  z-index: 2000 !important;
+
 // Implement a thiner close icon as suggested in
 // https://github.com/FortAwesome/Font-Awesome/issues/1540#issuecomment-68689950
 .fa.fa-times-thin:before