forbid user-select

This commit is contained in:
beautyyuyanli
2021-09-03 18:56:37 +08:00
committed by 神戸小鳥
parent 5778ddc0b9
commit dcba35d5ae

View File

@@ -219,6 +219,7 @@ html {
font-size: 1.4rem;
background-color: white;
box-shadow: lightblue 0 0 0.4rem;
user-select: none;
}
.judge > li > span,
@@ -459,4 +460,4 @@ ins.adsbygoogle {
opacity: 1;
transform: scale3d(0.5, 0.5, 0.5); }
50% {
opacity: 1; } }
opacity: 1; } }