From 0bee1d1f1b0cfb675ee699bf8f1b57c5a52345ab Mon Sep 17 00:00:00 2001 From: hensm Date: Tue, 21 May 2019 19:40:31 +0100 Subject: [PATCH] Fix site FAQ item overflow --- docs/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.css b/docs/index.css index 88b9069..c22a486 100755 --- a/docs/index.css +++ b/docs/index.css @@ -264,6 +264,7 @@ body { .faq { box-sizing: content-box; + overflow-x: auto; } .faq__summary { @@ -276,7 +277,6 @@ body { } .faq__content { max-width: 70rem; - overflow-x: auto; padding: 2rem; padding-top: 1rem; }