diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 5fe36e8687a..b9519eb50af 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -713,7 +713,7 @@ textarea.centpercent { .longmessagecut { max-height: 250px; max-width: 100%; - overflow-y: scroll; + overflow-y: auto; } body[class*="colorblind-"] .text-warning{ diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index cdc50311d40..fb05def28da 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -795,7 +795,7 @@ textarea.centpercent { .longmessagecut { max-height: 250px; max-width: 100%; - overflow-y: scroll; + overflow-y: auto; } .text-warning{