Fixed Overlapping tags

Dad.

Well-known member
Not a huge deal, but its hard to see overlapping tags.

Screen Shot 2016-01-30 at 1.43.34 PM.webp
One quick fix I found was:

Code:
.tagBox:hover {z-index: 2;}
 
Top Bottom