From f053ce85b9b835a3553ae0ddf35aad6e5d44a28b Mon Sep 17 00:00:00 2001 From: nglk Date: Fri, 5 Mar 2021 18:19:05 +0100 Subject: [PATCH] z-index for popups --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 14d84df..6e8899a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -520,7 +520,7 @@ color: #d81159; max-height: 500px; border: 1px solid black; padding: 2%; - z-index: 5; + z-index: 10; font-family: 'Vesper Libre', serif; font-size: 16px; overflow-y: scroll;