Some fixes and enhancements as suggested on Discord
[vchess.git] / client / src / components / MoveList.vue
index 6e3a90d..eb47dc9 100644 (file)
@@ -79,7 +79,7 @@ export default {
       processModalClick);
     if ("ontouchstart" in window) {
       // Disable tooltips on smartphones:
-      document.getElementsByClassName("tooltip").forEach(elt => {
+      document.querySelectorAll("#aboveMoves .tooltip").forEach(elt => {
         elt.classList.remove("tooltip");
       });
     }
@@ -160,6 +160,7 @@ export default {
 
 <style lang="sass" scoped>
 .moves-list
+  user-select: none
   cursor: pointer
   min-height: 1px
   max-height: 500px