FIx ability name tooltip display with the strikethrough

Previously, if you moused over the red strikethrough bar the ability name tooltip wouldn't appear.
This commit is contained in:
Unknown
2017-10-21 10:17:50 -07:00
parent 9c2c9348b8
commit 742b244c33

View File

@@ -415,6 +415,7 @@ body.has-modal #main {
}
.strikethrough:before {
pointer-events: none;
position: absolute;
content: "";
left: -5px;