Skip to content
Snippets Groups Projects
Verified Commit dac6366f authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3444344 by VinmayiSwamy, Utkarsh_33, Gauravvvv, Mithun S, kd_ace,...

Issue #3444344 by VinmayiSwamy, Utkarsh_33, Gauravvvv, Mithun S, kd_ace, smustgrave, mradcliffe, bnjmnm, jvest, xjm, idebr, quietone: Claro: Autocomplete dropdown bleeds through sticky table header

(cherry picked from commit e2d82428)
parent 6f618569
No related branches found
No related tags found
2 merge requests!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #202849 passed
...@@ -130,3 +130,7 @@ tr.selected td { ...@@ -130,3 +130,7 @@ tr.selected td {
width: auto; width: auto;
} }
} }
.ui-autocomplete {
z-index: 501;
}
...@@ -116,3 +116,7 @@ tr.selected td { ...@@ -116,3 +116,7 @@ tr.selected td {
width: auto; width: auto;
} }
} }
.ui-autocomplete {
z-index: 501;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment