Fixing hoverbox bug on safari

This commit is contained in:
Shan Carter
2017-10-24 11:35:13 -07:00
parent 33714c9ca4
commit 4c9c387760
3 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ figcaption .citation-number {
}
.container {
position: fixed;
position: absolute;
width: 100%;
left: 0;
z-index: 10000;
+1 -1
View File
@@ -26,7 +26,7 @@ span {
}
.container {
position: fixed;
position: absolute;
width: 100%;
left: 0;
z-index: 10000;