Prevent date time picker from getting clipped (#7345)

This commit is contained in:
Alex 2025-03-28 14:50:39 -07:00 committed by GitHub
parent c6ecf73fa6
commit 7148ba3c66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -2951,6 +2951,10 @@ else { //default: white
?>
}
div.card:has(.datetimepicker) {
overflow-x: visible;
}
/* DASHBOARD **********************************************************************/
/* login message */