Positions the footnote popover on top of other content
This commit is contained in:
parent
2e583ae7b2
commit
d3ecb68708
@ -212,6 +212,7 @@ img[src*="share-buttons"] {
|
|||||||
.newsfoot-footnote-container {
|
.newsfoot-footnote-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
z-index: 9999;
|
||||||
}
|
}
|
||||||
.newsfoot-footnote-popover {
|
.newsfoot-footnote-popover {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -253,6 +253,7 @@ img[src*="share-buttons"] {
|
|||||||
.newsfoot-footnote-container {
|
.newsfoot-footnote-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
z-index: 9999;
|
||||||
}
|
}
|
||||||
.newsfoot-footnote-popover {
|
.newsfoot-footnote-popover {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user