Sometimes the timefeed tooltip that appears when you hover a row on the feed prevents you from clicking a player name to view their profile.

Adding pointer-events: none; to the .timefeed class allows us to click "through" the tooltip and somewhat fixes the issue.

Obviously not important but an easy fix.

PM Reply Quote
[quote="SCRAPPY"]Sometimes the timefeed tooltip that appears when you hover a row on the feed prevents you from clicking a player name to view their profile. Adding pointer-events: none; to the .timefeed class allows us to click "through" the tooltip and somewhat fixes the issue. Obviously not important but an easy fix. [/quote]