Per-forum activity: fix hovercard in TW profile

The hovercard which appears when hovering a bar in the per-forum
activity chart was covered by the selector (in the public forum
profile). This change fixes the issue.

Fixed: twpowertools:118
Change-Id: Iae526db50390888e742cf6e3d334a26d7c458faa
diff --git a/src/static/css/extrainfo_perforumstats.css b/src/static/css/extrainfo_perforumstats.css
index ccb11e9..4a9518a 100644
--- a/src/static/css/extrainfo_perforumstats.css
+++ b/src/static/css/extrainfo_perforumstats.css
@@ -37,3 +37,8 @@
     margin-top: 54px;
   }
 }
+
+/* Fix for https://iavm.xyz/b/twpowertools/118 */
+.aplos-hovercard {
+  z-index: 3;
+}