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.
This commit is contained in:
Guangcong Luo 2015-05-03 15:11:05 -04:00
parent d4cb9fff90
commit 36f72faadb

View File

@ -857,7 +857,8 @@ License: GPLv2
}
.infobox-limited {
max-height: 200px;
overflow: hidden;
overflow: auto;
overflow-x: hidden;
}
.broadcast-red {
background-color: #AA5544;