fix: Calendar icon over datepicker modal (#1365)

This commit is contained in:
Stanislav
2024-10-16 17:20:27 +03:00
committed by GitHub
parent 1ee3229104
commit ba8e3d448e

View File

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