Turn off text selection in webkit

This commit is contained in:
Corey Johnson
2012-02-03 13:46:03 -08:00
parent 97aa3b6e82
commit fecfc85f8f

View File

@@ -8,6 +8,7 @@
overflow-y: scroll;
overflow-x: auto;
cursor: default;
-webkit-user-select: none;
}
.editor pre {