From 4065ceb4cba6df46970ded768894b789de2bea51 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 21 Oct 2023 18:32:05 +0200 Subject: scroll_with_middle_mouse --- play.css | 4 ---- play.js | 1 - 2 files changed, 5 deletions(-) diff --git a/play.css b/play.css index b5b5513..cafbff5 100644 --- a/play.css +++ b/play.css @@ -146,10 +146,6 @@ svg { position: absolute; } -svg image { - pointer-events: none; -} - svg circle, .piece { transition-property: x, y, cx, cy, top, left; transition-duration: 1s; diff --git a/play.js b/play.js index 1dce5ca..c59aa3e 100644 --- a/play.js +++ b/play.js @@ -569,4 +569,3 @@ function on_click_card(evt) { /* INITIALIZE CLIENT */ build_map() -scroll_with_middle_mouse("main") -- cgit v1.2.3