From 5509453e21ac37acc2453301c689a928fe79ebea Mon Sep 17 00:00:00 2001 From: Jordan Scales Date: Tue, 21 Apr 2020 21:20:58 -0400 Subject: [PATCH] give pre a scrollbar on mobile --- docs/docs.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs.css b/docs/docs.css index 467de78..a94cb08 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -140,4 +140,8 @@ button.active { display: block; margin-top: 24px; } + + pre { + overflow-x: scroll; + } }