From 1e52b03d6760a1deacbffe922ceb0ab1da07be9f Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Wed, 16 Apr 2025 14:37:23 +0200 Subject: [PATCH] Fix survey popup --- static/css/custom.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/custom.css b/static/css/custom.css index 455e5ba..948b14f 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -104,6 +104,8 @@ a.card:hover { right: 5vw; border-radius: 5px; background-color: #9332bbee; + z-index: 1023; + max-width: 98%; } #voxppl a:hover { text-decoration: none;