Export textarea select

Fixes #146
This commit is contained in:
Willyb321
2018-03-22 12:06:36 +11:00
parent f6f057689c
commit c2a0dad9a8

View File

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