From dc09dc463e37fe3994b027389fde2918205b95c5 Mon Sep 17 00:00:00 2001 From: Haocen Xu Date: Wed, 6 Jun 2018 17:40:28 -0400 Subject: [PATCH] Avoid force scrollbar --- static/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/application.css b/static/application.css index f366ff1..cbaf551 100644 --- a/static/application.css +++ b/static/application.css @@ -46,7 +46,7 @@ textarea { outline: none; font-size: 13px; padding-bottom: 95px; - overflow-x: scroll; + overflow-x: auto; overflow-y: hidden; box-sizing: border-box; user-select: text;