From 36f72faadb33fecb2cc2605ca8ab22bd5deb0dec Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Sun, 3 May 2015 15:11:05 -0400 Subject: [PATCH] Update roomintro scrolling Roomintros now scroll vertically only if they don't fit in 200px vertical width, and crop if they don't fit horizontally. --- style/battle.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;