Update FlipCard.vue

prevent user selection
This commit is contained in:
2023-07-03 08:53:37 +02:00
committed by GitHub
parent ff87c7ef79
commit 64a9371f2f

View File

@@ -43,6 +43,7 @@ $border-radius: 0.5rem;
background-color: transparent;
padding: 0 1rem;
margin: auto;
user-select: none;
&:hover {
cursor: pointer;