z-index fixes
This commit is contained in:
parent
84371968e5
commit
bff08ceddf
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue