From 18d56bec38d7ba0ada3b3cdc553dc4013b1b23c3 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Wed, 28 Apr 2010 09:40:23 +0200 Subject: [PATCH] fix scrollbar in FF --- css/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/editor.css b/css/editor.css index e8aa4bbc..148ec7f9 100644 --- a/css/editor.css +++ b/css/editor.css @@ -25,7 +25,7 @@ .editor .sb div { position: absolute; width: 1px; - left: -10px; + left: 0px; } .layer {