Merge pull request #1644 from pdokas/gh-1611
Positions the footnote popover on top of other content
This commit is contained in:
commit
3331b0fc16
|
@ -212,6 +212,7 @@ img[src*="share-buttons"] {
|
|||
.newsfoot-footnote-container {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
z-index: 9999;
|
||||
}
|
||||
.newsfoot-footnote-popover {
|
||||
position: absolute;
|
||||
|
|
|
@ -253,6 +253,7 @@ img[src*="share-buttons"] {
|
|||
.newsfoot-footnote-container {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
z-index: 9999;
|
||||
}
|
||||
.newsfoot-footnote-popover {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue