From 54ca9cbc7735f49fdc674c41414b2c57b37e1fe4 Mon Sep 17 00:00:00 2001 From: Julie Coustenoble <90832786+juliecoust@users.noreply.github.com> Date: Mon, 26 Feb 2024 18:36:16 +0100 Subject: [PATCH] UI - fix version visibility --- assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/style.css b/assets/style.css index 14a6ec6..23a48cf 100644 --- a/assets/style.css +++ b/assets/style.css @@ -345,4 +345,5 @@ button { text-align: center; padding: 10px; font-size: 14px; + z-index: 99999; } \ No newline at end of file