ui: fix css for datepicker

This commit is contained in:
nick-delirium 2024-09-09 17:54:18 +02:00
parent 7f46f3cec2
commit be470452a5
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -378,4 +378,8 @@ svg {
border:none;
}
.react-daterange-picker__calendar--open {
display: unset!important;
height: 100%!important;
}