Fix the flickering tooltip

This commit is contained in:
Kenn Jacobsen
2019-01-24 22:52:45 +01:00
committed by Sebastiaan Janssen
parent 8d4da215fa
commit a2f0ad67ab

View File

@@ -10,4 +10,5 @@
animation-timing-function: ease-in;
animation: fadeIn;
margin-top: 15px;
pointer-events: none;
}