forbid user-select for .propbtn

This commit is contained in:
beautyyuyanli
2021-09-03 19:24:54 +08:00
committed by 神戸小鳥
parent a839eb18cd
commit b0ef08c0c2

View File

@@ -203,6 +203,7 @@ html {
position: relative;
cursor: pointer;
font-size: 2rem;
user-select: none;
}
.lifeTrajectory {