Fix z-indexing
This commit is contained in:
parent
5b7b06aba8
commit
7abb1d777d
|
@ -1373,6 +1373,10 @@ input[type="file"] {
|
|||
|
||||
}
|
||||
|
||||
#movingDivs > div {
|
||||
z-index: 3000;
|
||||
}
|
||||
|
||||
.floating_prompt_radio_group,
|
||||
.radio_group {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue