Fix #95 in Chrome 69+, Safari, Firefox by reverting to JS based tooltip positioning. Also DRYs some styles

This commit is contained in:
Ludwig Schubert
2018-12-17 12:59:38 -08:00
parent 9463d6e58d
commit cc6b6bf595
3 changed files with 16 additions and 16 deletions
+1 -7
View File
@@ -22,6 +22,7 @@ d-math[block] {
}
:host {
}
sup {
@@ -37,13 +38,6 @@ span {
cursor: default;
}
.container {
position: absolute;
width: 100%;
left: 0;
z-index: 10000;
}
.footnote-container {
padding: 10px;
}