From cc86c5036eb235101a54fa27c86ee2119ceea299 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 15 Oct 2022 21:31:15 -0400 Subject: Add scrollbar to the SVG schedule for now --- local.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'local.css') diff --git a/local.css b/local.css index fd208c62..e56a5fc8 100644 --- a/local.css +++ b/local.css @@ -122,3 +122,7 @@ ol.chapters { list-style-type: none; padding: 0; } h1 { margin-top: 2em } +.schedule-in-context, .schedule-svg-container { + width: 100%; + overflow-x: auto; +} -- cgit v1.2.3