summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-21 18:32:05 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-21 18:32:05 +0200
commit4065ceb4cba6df46970ded768894b789de2bea51 (patch)
tree5e4dd3e4cee61a4ea5074acc527427617ae0dcf7
parenta168262bcf5c73f1dd0470bd0231aeac418515fb (diff)
downloadshores-of-tripoli-4065ceb4cba6df46970ded768894b789de2bea51.tar.gz
scroll_with_middle_mouse
-rw-r--r--play.css4
-rw-r--r--play.js1
2 files changed, 0 insertions, 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")