mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Prevent date time picker from getting clipped (#7345)
This commit is contained in:
@@ -2951,6 +2951,10 @@ else { //default: white
|
|||||||
?>
|
?>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.card:has(.datetimepicker) {
|
||||||
|
overflow-x: visible;
|
||||||
|
}
|
||||||
|
|
||||||
/* DASHBOARD **********************************************************************/
|
/* DASHBOARD **********************************************************************/
|
||||||
|
|
||||||
/* login message */
|
/* login message */
|
||||||
|
|||||||
Reference in New Issue
Block a user