From d6418b8b9430d859db5b6105bdde67bf9da129e1 Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Wed, 17 Oct 2012 17:55:31 -0700 Subject: [PATCH] Set dummy vertical scrollbar width to be as wide as the scrollbar --- static/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/editor.css b/static/editor.css index 70087e223..ed4d1eb0f 100644 --- a/static/editor.css +++ b/static/editor.css @@ -50,7 +50,7 @@ right: 0; top: 0; bottom: 0; - width: 10px; + width: 15px; overflow-y: auto; }