I am using bootstrap theme:
$('#CompNameInput').on('open', function (event) {
$('.jqx-menu-vertical-bootstrap').css({
'max-height': '300px',
'overflow-y': 'auto',
'overflow-x': 'hidden',
});
});
No comments:
Post a Comment