diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 6c7d039239c..af83c01986c 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -590,7 +590,8 @@ div.myavailability { }*/ .div-table-responsive { overflow-x: auto; - min-height: 0.01%; + /*min-height: 0.01%;*/ + min-height: 350px; } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 266ad076822..0d802a2c345 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -595,7 +595,8 @@ div.myavailability { } .div-table-responsive { overflow-x: auto; - min-height: 0.01%; + /*min-height: 0.01%;*/ + min-height: 350px; }