mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
userselect: auto does not resove correct if parent has user-select: none (it has)
set explicitly to "text"
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