diff --git a/css/styles.css b/css/styles.css index 15f3960..d33322a 100644 --- a/css/styles.css +++ b/css/styles.css @@ -2,6 +2,10 @@ -webkit-user-select: none; } +input, textarea { + -webkit-user-select: text; +} + body { padding: 0px; margin: 0px; @@ -94,4 +98,4 @@ a { .robot > p { clear: both; -} \ No newline at end of file +}