diff options
-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") |