fix: Calendar icon over datepicker modal (#1366)

This commit is contained in:
Stanislav
2024-10-16 17:21:22 +03:00
committed by GitHub
parent 0189e919a6
commit 4aed4dee15

View File

@@ -79,3 +79,7 @@
color: $black;
}
}
.react-datepicker-popper {
z-index: 3;
}