Created
November 28, 2023 16:56
-
-
Save SirDarcanos/562b71cd5b9e1efaa29efc5cd8d2660e to your computer and use it in GitHub Desktop.
What is Your WordPress Pet Peeve?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
-webkit-user-select: none; /* Safari */ | |
-moz-user-select: none; /* Firefox */ | |
-ms-user-select: none; /* IE10+/Edge */ | |
user-select: none; /* Standard */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment