Skip to content

Commit 3395c2a

Browse files
authored
Add horizontal scroll bars to wide infoboxes on small screens (#2212)
1 parent 5bfa08b commit 3395c2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

play.pokemonshowdown.com/style/battle-log.css

+1
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,7 @@ details.readmore[open] summary:hover:before {
760760
border: 1px solid #7799BB;
761761
padding: 2px 4px;
762762
border-radius: 4px;
763+
overflow-x: auto;
763764
}
764765
.dark .infobox {
765766
border-color: #506070;

0 commit comments

Comments
 (0)