From bf4690a6d8ba426da34bbc5dc1eb0750ec3424c6 Mon Sep 17 00:00:00 2001 From: James Pederson Date: Sat, 11 May 2019 18:53:12 -0500 Subject: [PATCH] Remove horizontal scrollbar. --- example.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.css b/example.css index 7d338a6..2fd1282 100644 --- a/example.css +++ b/example.css @@ -13,7 +13,7 @@ padding: 20px; max-height: 500px; max-width: 500px; - overflow: scroll; + overflow-y: scroll; } .twitter-aggregator-tweet {