Merge pull request #1644 from pdokas/gh-1611

Positions the footnote popover on top of other content
This commit is contained in:
Maurice Parker 2020-01-17 18:38:30 -08:00 committed by GitHub
commit 3331b0fc16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;