From 036f1dd06241270fc38a7dd3119559e101103ff7 Mon Sep 17 00:00:00 2001 From: "SirKira(!Uzumaki)" <48526201+sirKiraUzumaki@users.noreply.github.com> Date: Wed, 23 Dec 2020 13:25:29 +0530 Subject: [PATCH] Add a horizontal scroll bar for "infobox-limited" class (#1699) 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. --- style/battle-log.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style/battle-log.css b/style/battle-log.css index d632e3cdc5..e9a4329f94 100644 --- a/style/battle-log.css +++ b/style/battle-log.css @@ -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;