Merge pull request #541 from monopoint/export_select

bugfix: unable to copy from export textarea (#540)
This commit is contained in:
Felix Linker
2019-09-11 22:27:23 +02:00
committed by GitHub

View File

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