Fix z-indexing

This commit is contained in:
Cohee 2024-03-19 01:54:47 +02:00
parent 5b7b06aba8
commit 7abb1d777d
1 changed files with 4 additions and 0 deletions

View File

@ -1373,6 +1373,10 @@ input[type="file"] {
} }
#movingDivs > div {
z-index: 3000;
}
.floating_prompt_radio_group, .floating_prompt_radio_group,
.radio_group { .radio_group {
display: flex; display: flex;