Преглед на файлове

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 {