Merged in bugfix/FBI-1817 (pull request #6040)
FBI-1817 Approved-by: Rodrigo Quelca <rockoinfo@yahoo.com> Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
fdf95102ef
@@ -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