mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-09 04:23:01 -05:00
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:
parent
d4cb9fff90
commit
36f72faadb
|
|
@ -857,7 +857,8 @@ License: GPLv2
|
|||
}
|
||||
.infobox-limited {
|
||||
max-height: 200px;
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.broadcast-red {
|
||||
background-color: #AA5544;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user