소스 검색

Fixed missing 'top' CSS attribute in Module tooltip

Nathan Schneider 4 년 전
부모
커밋
268d5f2c68
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      _sass/communityrule.scss

+ 1 - 0
_sass/communityrule.scss

@@ -46,6 +46,7 @@
   /* Position the tooltip */
   position: absolute;
   z-index: 1;
+  top: -5px;
   right: 100%;
 }
 .button:hover {