Fix tooltips position and proper growing to size

This commit is contained in:
Melvin Valster
2019-07-29 22:12:32 +02:00
parent c176d13a7e
commit 4478a43de7
6 changed files with 20 additions and 15 deletions
-8
View File
@@ -76,11 +76,3 @@ footer {
text-align: center;
animation: fadeIn 3s forwards;
}
#tooltip-root {
position: absolute;
z-index: $z-index-tooltips;
top: 0;
left: 0;
pointer-events: none;
}