From bff08ceddfc0968ca735cdb2c8bc98ea4f47cb13 Mon Sep 17 00:00:00 2001 From: gpkvt Date: Wed, 7 Jun 2023 22:29:30 +0200 Subject: [PATCH] z-index fixes --- static/css/base.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/css/base.css b/static/css/base.css index 0b3c808..98ce43e 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -30,7 +30,7 @@ a #help { a:hover #help { position: absolute; - top: 125px; + top: 105px; left: 50%; height: auto; width: 50%; @@ -46,6 +46,7 @@ a:hover #help { display: inline-block; text-align: center; transform: translate(-50%); + z-index: 10; } textarea { @@ -189,7 +190,8 @@ input[type="radio"] { align-items: center; color: var(--fg-sep); border-radius: 10px; - z-index: 10; + z-index: 5; + cursor: pointer; } #footer {