userselect: auto does not resove correct if parent has user-select: none (it has)

set explicitly to "text"
This commit is contained in:
spinmh
2019-09-07 18:42:48 +02:00
parent b44c66b986
commit ffff242abe

View File

@@ -54,7 +54,7 @@ textarea {
width:100%; width:100%;
min-height: 10em; min-height: 10em;
resize: vertical; resize: vertical;
user-select: auto; user-select: text;
margin:2em 0; margin:2em 0;
} }
} }