diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-21 18:32:05 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-21 18:32:05 +0200 |
commit | 4065ceb4cba6df46970ded768894b789de2bea51 (patch) | |
tree | 5e4dd3e4cee61a4ea5074acc527427617ae0dcf7 | |
parent | a168262bcf5c73f1dd0470bd0231aeac418515fb (diff) | |
download | shores-of-tripoli-4065ceb4cba6df46970ded768894b789de2bea51.tar.gz |
scroll_with_middle_mouse
-rw-r--r-- | play.css | 4 | ||||
-rw-r--r-- | play.js | 1 |
2 files changed, 0 insertions, 5 deletions
@@ -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; @@ -569,4 +569,3 @@ function on_click_card(evt) { /* INITIALIZE CLIENT */ build_map() -scroll_with_middle_mouse("main") |