Remove the CSS card overflow it cut off the date-time picker
This commit is contained in:
parent
68c79ca0a3
commit
65cb4fe20c
|
|
@ -2655,7 +2655,6 @@ else { //default: white
|
|||
/* CARD **********************************************************************/
|
||||
|
||||
div.card {
|
||||
overflow: auto;
|
||||
margin-bottom: 15px;
|
||||
<?php
|
||||
if (isset($card_border_size) || !empty($card_border_color) || !empty($card_background_color) || !empty($card_shadow_color)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue