Post

forbidden mobile hold menu

/*Forbidden ios hold menu*/
*:not(input,textarea) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}