From 1b31a10fa28919870986ec74f844b04cdb8d1ac4 Mon Sep 17 00:00:00 2001 From: jsmirob Date: Fri, 11 Jan 2013 10:44:26 -0500 Subject: [PATCH] Increased the width of the vertical scroll bar. --- src/JBrowse/GenomeView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/JBrowse/GenomeView.js b/src/JBrowse/GenomeView.js index f2ad09e637..bfdfffb18c 100644 --- a/src/JBrowse/GenomeView.js +++ b/src/JBrowse/GenomeView.js @@ -285,6 +285,7 @@ GenomeView.prototype._renderVerticalScrollBar = function() { right: '0px', bottom: '0px', height: '100%', + width: '10px', zIndex: 1000 } },