From 1f5ec00af5840657faf298696cb5ed07a3ba0d9f Mon Sep 17 00:00:00 2001 From: David Sleeckx Date: Mon, 30 May 2016 14:50:22 +0200 Subject: [PATCH] Removed margin for easier scroll thumb capture --- src/WebComponents/Query/query.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WebComponents/Query/query.scss b/src/WebComponents/Query/query.scss index dcb4019d..9e22a6d9 100644 --- a/src/WebComponents/Query/query.scss +++ b/src/WebComponents/Query/query.scss @@ -14,7 +14,7 @@ } vi-query-items-presenter { - margin: 3px 1px 1px 1px; + margin: 3px 0 0 0; z-index: 0; }