From 4e75f064fea8bc307e3ce294efe1558cbd875328 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 11 Dec 2016 02:22:54 +0100 Subject: [PATCH] Fix popup of selection of fields --- htdocs/theme/eldy/style.css.php | 3 ++- htdocs/theme/md/style.css.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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; }