From d3ecb6870801a99147471c295ec00c811f259e5a Mon Sep 17 00:00:00 2001 From: Phil Dokas Date: Fri, 17 Jan 2020 13:25:27 -0800 Subject: [PATCH] Positions the footnote popover on top of other content --- Mac/MainWindow/Detail/styleSheet.css | 1 + iOS/Resources/styleSheet.css | 1 + 2 files changed, 2 insertions(+) diff --git a/Mac/MainWindow/Detail/styleSheet.css b/Mac/MainWindow/Detail/styleSheet.css index abe0ac53e..652762ce2 100644 --- a/Mac/MainWindow/Detail/styleSheet.css +++ b/Mac/MainWindow/Detail/styleSheet.css @@ -212,6 +212,7 @@ img[src*="share-buttons"] { .newsfoot-footnote-container { position: relative; display: inline-block; + z-index: 9999; } .newsfoot-footnote-popover { position: absolute; diff --git a/iOS/Resources/styleSheet.css b/iOS/Resources/styleSheet.css index 6ca4327d0..d777f19c5 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -253,6 +253,7 @@ img[src*="share-buttons"] { .newsfoot-footnote-container { position: relative; display: inline-block; + z-index: 9999; } .newsfoot-footnote-popover { position: absolute;