disabled select on the span behind the titles
This commit is contained in:
@ -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
|
||||
--------------------------------------------------------------*/
|
||||
|
Reference in New Issue
Block a user