use class .OxSelectable, not style -user-select
This commit is contained in:
parent
9b83fb3c0a
commit
de04f0816f
8 changed files with 64 additions and 66 deletions
|
|
@ -99,12 +99,10 @@ pandora.ui.helpDialog = function() {
|
|||
});
|
||||
|
||||
$text = Ox.Element()
|
||||
.addClass('OxTextPage')
|
||||
.addClass('OxTextPage OxSelectable')
|
||||
.css({
|
||||
padding: '16px',
|
||||
overflowY: 'scroll',
|
||||
MozUserSelect: 'text',
|
||||
WebkitUserSelect: 'text'
|
||||
overflowY: 'scroll'
|
||||
});
|
||||
|
||||
$panel = Ox.SplitPanel({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue