From 36933f1bab2e19e0be0229a70d2b2d9679470c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 14 Oct 2016 12:27:39 +0200 Subject: [PATCH] drag target no pointer events - users can now drag the scrollbar --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index d6e7bc49..c876e37c 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -9,7 +9,7 @@ */ .snow{-webkit-filter:brightness(100%);-moz-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%);width:5px; height:5px; background-color:white;z-index:1000000;pointer-events:none;position:absolute;border:1px solid white;border-radius:100px;} - +.drag-target{pointer-events: none;} .settings_embed{ width:40px !important; padding:0 10px !important;