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 {