FBI-1817:Can not select text for copying in the Case Summary
Code Style
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user