summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-15 21:31:15 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-15 21:31:15 -0400
commitcc86c5036eb235101a54fa27c86ee2119ceea299 (patch)
treed01549cd5472c33c309c184b1b376a250d068f0c /local.css
parent6824192b6d93b930c8a7e11451ff7ea1b08cf523 (diff)
downloademacsconf-wiki-cc86c5036eb235101a54fa27c86ee2119ceea299.tar.xz
emacsconf-wiki-cc86c5036eb235101a54fa27c86ee2119ceea299.zip
Add scrollbar to the SVG schedule for now
Diffstat (limited to 'local.css')
-rw-r--r--local.css4
1 files changed, 4 insertions, 0 deletions
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;
+}