z-index fixes
This commit is contained in:
parent
84371968e5
commit
bff08ceddf
|
@ -30,7 +30,7 @@ a #help {
|
||||||
|
|
||||||
a:hover #help {
|
a:hover #help {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 125px;
|
top: 105px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
height: auto;
|
height: auto;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
@ -46,6 +46,7 @@ a:hover #help {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transform: translate(-50%);
|
transform: translate(-50%);
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
@ -189,7 +190,8 @@ input[type="radio"] {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: var(--fg-sep);
|
color: var(--fg-sep);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
z-index: 10;
|
z-index: 5;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
|
|
Loading…
Reference in New Issue