From a7e2f83033536a4629500dc5d0de9d875c430ead Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 20 Apr 2020 15:57:07 -0400 Subject: [PATCH] Fix Firefox popup scrolling issues --- public/popup.css | 4 ++++ public/popup.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/popup.css b/public/popup.css index dccfd881..c78f6867 100644 --- a/public/popup.css +++ b/public/popup.css @@ -56,6 +56,10 @@ h1.popupElement { padding: 0px 5px; } +.outerPopupBody { + overflow-y: scroll; +} + .discreteLink.popupElement { color: black; } diff --git a/public/popup.html b/public/popup.html index aa8060a8..8a06eb68 100644 --- a/public/popup.html +++ b/public/popup.html @@ -5,7 +5,7 @@ - +