diff --git a/style/battle.css b/style/battle.css index be5e0c13e..31b0dab21 100644 --- a/style/battle.css +++ b/style/battle.css @@ -857,7 +857,8 @@ License: GPLv2 } .infobox-limited { max-height: 200px; - overflow: hidden; + overflow: auto; + overflow-x: hidden; } .broadcast-red { background-color: #AA5544;