FBI-1817:Can not select text for copying in the Case Summary

Code Style
This commit is contained in:
Fabio Guachalla
2017-09-06 14:02:50 -04:00
parent 0c22077c4d
commit fd653985e7
4 changed files with 32 additions and 21 deletions

View File

@@ -2093,6 +2093,14 @@ div.x-toolbar-no-items {
position:relative;
overflow:hidden;
}
/* enable select text*/
.selectText {
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.x-grid-panel .x-panel-body {
overflow:hidden !important;