fix(modal-list-item--head): z-index for modal list-item--head

This commit is contained in:
diptanilsaha 2026-03-31 12:06:21 +05:30
parent 5f1d4e9488
commit 48999a57f7

View file

@ -344,7 +344,6 @@ input.list-header-checkbox {
.modal-body {
.list-item--head {
position: sticky !important;
z-index: 500;
top: 0;
}