瀏覽代碼

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 {