mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 14:33:22 +00:00
Merge pull request #541 from monopoint/export_select
bugfix: unable to copy from export textarea (#540)
This commit is contained in:
@@ -54,7 +54,7 @@ textarea {
|
||||
width:100%;
|
||||
min-height: 10em;
|
||||
resize: vertical;
|
||||
user-select: auto;
|
||||
user-select: text;
|
||||
margin:2em 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user