Verified Commit cabbb939 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 530cf173
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -130,3 +130,7 @@ tr.selected td {
    width: auto;
  }
}

.ui-autocomplete {
  z-index: 501;
}
+4 −0
Original line number Diff line number Diff line
@@ -116,3 +116,7 @@ tr.selected td {
    width: auto;
  }
}

.ui-autocomplete {
  z-index: 501;
}