280
edits
Alexkar598 (talk | contribs) m (Do the same edit to common.css that I did to mobile.css) Tags: Mobile edit Mobile web edit |
Alexkar598 (talk | contribs) (Fixes tooltip on firefox) |
||
Line 1,412: | Line 1,412: | ||
.tooltip{ | .tooltip{ | ||
position: relative; | position: relative; | ||
} | |||
/* Patch for firefox css being wonky */ | |||
@supports (-moz-appearance:none) { | |||
.tooltiptext { | |||
left: 0; | |||
} | |||
} | } | ||