From 6097bace72ae70049c0d1c051cc2b60102935cc3 Mon Sep 17 00:00:00 2001 From: timb Date: Wed, 10 Jun 2015 02:32:39 -0400 Subject: selection cell height was too large --- js/ui/selection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/ui') diff --git a/js/ui/selection.js b/js/ui/selection.js index c229019..ed67023 100644 --- a/js/ui/selection.js +++ b/js/ui/selection.js @@ -53,7 +53,7 @@ var selection = (function(){ var cell_left = cell.offsetLeft var cell_top = cell.offsetTop var cell_width = 9 - var cell_height = 17 + var cell_height = 16 var w = width(a,b) var h = height(a,b) selector_el.style.top = (cell_top-1) + "px" -- cgit v1.2.3-70-g09d2