z-index fixes

This commit is contained in:
gpkvt 2023-06-07 22:29:30 +02:00
parent 84371968e5
commit bff08ceddf
1 changed files with 4 additions and 2 deletions

View File

@ -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 {