From d05fd3552fcc7837da44c32a76bab4a4b9f06ceb Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 29 May 2020 06:45:44 -0400 Subject: [PATCH] Actually make overflowing have a scrollbar on mobile --- docs/_static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_static/style.css b/docs/_static/style.css index 65c4b156b..d9084b4f7 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -297,7 +297,7 @@ p { div.modal { position: fixed; - z-index: 1; + z-index: 10; left: 0; top: 0; width: 100%; @@ -623,6 +623,7 @@ pre { line-height: 1.5em; margin: 1.5em 0 1.5em 0; padding: 10px; + overflow-x: auto; } pre, code {