From 08a30d6c524475cdf470f7669b4a06a9f450a32b Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 5 Oct 2021 21:59:01 -0600 Subject: [PATCH] Fix popup not scrolling --- www/assets/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/assets/css/app.css b/www/assets/css/app.css index 12715b4..92b472e 100644 --- a/www/assets/css/app.css +++ b/www/assets/css/app.css @@ -48,7 +48,7 @@ Framework7 and FontAwesome both have a .fab class background-color: rgba(255,255,255,0.5); } .popup { - /* background-color: rgba(255,255,255,0.95); */ + overflow-y: auto; } .theme-dark .list.transparent ul { background-color: rgba(0,0,0,0.65);