From c6f368f045cb615302a7ec54270b7d1448e963d6 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Wed, 6 May 2015 11:40:35 +0930 Subject: [PATCH] Don't obstruct author tooltip --- less/forum/index.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/less/forum/index.less b/less/forum/index.less index 5994a62c5..73977a44e 100644 --- a/less/forum/index.less +++ b/less/forum/index.less @@ -190,10 +190,12 @@ margin-top: 17px; text-align: right; white-space: nowrap; + pointer-events: none; & .badge { margin-left: -15px; position: relative; + pointer-events: auto; } } & .main {