Positions the footnote popover on top of other content

This commit is contained in:
Phil Dokas 2020-01-17 13:25:27 -08:00
parent 2e583ae7b2
commit d3ecb68708
2 changed files with 2 additions and 0 deletions

View File

@ -212,6 +212,7 @@ img[src*="share-buttons"] {
.newsfoot-footnote-container {
position: relative;
display: inline-block;
z-index: 9999;
}
.newsfoot-footnote-popover {
position: absolute;

View File

@ -253,6 +253,7 @@ img[src*="share-buttons"] {
.newsfoot-footnote-container {
position: relative;
display: inline-block;
z-index: 9999;
}
.newsfoot-footnote-popover {
position: absolute;