From 0e94468e6efcbf3693f69b0e7b51a31696a66ec7 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Mon, 23 Sep 2013 15:32:37 -0700 Subject: [PATCH] Remove scroll-view offset It is overridden by something in js --- static/editor.less | 1 - 1 file changed, 1 deletion(-) diff --git a/static/editor.less b/static/editor.less index f218c7978..912f9503d 100644 --- a/static/editor.less +++ b/static/editor.less @@ -178,6 +178,5 @@ .scroll-view { overflow: hidden; - top: 1px; } }