diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 6c7d039239c5d45dcc38c60b355ef9fc8e40bd57..af83c01986c06b708576c96431eca08fe635e56c 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 266ad076822a5eb4e59b14e76377392f83292764..0d802a2c345aaee19ad0b1ad772e08a259ca3c4e 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;
 }