瀏覽代碼

Remove the CSS card overflow it cut off the date-time picker

markjcrane 1 年之前
父節點
當前提交
1018ea8e4a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      themes/default/css.php

+ 0 - 1
themes/default/css.php

@@ -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)) {