From b0ef08c0c29a30102cd89a65c8b41d4a64d0ba7f Mon Sep 17 00:00:00 2001 From: beautyyuyanli Date: Fri, 3 Sep 2021 19:24:54 +0800 Subject: [PATCH] forbid user-select for .propbtn --- view/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view/style.css b/view/style.css index c0119dc..5a72a8c 100644 --- a/view/style.css +++ b/view/style.css @@ -203,6 +203,7 @@ html { position: relative; cursor: pointer; font-size: 2rem; + user-select: none; } .lifeTrajectory {