소스 검색

Fixed position of Module tooltip so it doesn't fall off edge on mobile

Nathan Schneider 5 년 전
부모
커밋
b0b19dac5a
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      _layouts/rule.html

+ 1 - 2
_layouts/rule.html

@@ -36,8 +36,7 @@ layout: default
   /* Position the tooltip */
   position: absolute;
   z-index: 1;
-  top: -5px;
-  left: 105%;
+  right: 100%;
 }
 .button:hover .tooltiptext {
     visibility: visible;