Skip to content

Commit

Permalink
Add a horizontal scroll bar for "infobox-limited" class (smogon#1699)
Browse files Browse the repository at this point in the history
Ig infobox-limited class is in room intros and in the event box. On mobile phones, it is hard to check the whole room intro or event and you can slide because overflow for the x axis is hidden. So just removing overflow-x: hidden.
  • Loading branch information
sirKiraUzumaki authored Dec 23, 2020
1 parent b952f1a commit 036f1dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion style/battle-log.css
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ details.readmore[open] summary:hover:before {
.infobox-limited {
max-height: 200px;
overflow: auto;
overflow-x: hidden;
}
.broadcast-red {
background-color: #AA5544;
Expand Down

0 comments on commit 036f1dd

Please sign in to comment.