disabled select on the span behind the titles

This commit is contained in:
Karma Riuk
2023-09-11 15:11:34 +02:00
parent 211ed6497f
commit 298d78df16
2 changed files with 12 additions and 6 deletions

View File

@ -42,6 +42,12 @@ h6 {
font-family: "Raleway", sans-serif;
}
.prevent-select {
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/