From 4570db81a2343a578e0795e1ce55a11d4e5fbd94 Mon Sep 17 00:00:00 2001 From: Steven Engler Date: Fri, 5 Jul 2019 18:35:25 -0400 Subject: [PATCH] Removed an unnecessary css transition --- static/css/styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/styles.css b/static/css/styles.css index 8a1ff8c..fc5adb4 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -105,7 +105,6 @@ blockquote { flex-direction: row; flex-wrap: wrap; overflow: hidden; - transition: all 0.2s; -webkit-overflow-scrolling: touch; /* this needs to go here for some reason */ }