CC-3508 : Double Scrollbar in Show Builder menu
This commit is contained in:
parent
cf4704ad89
commit
6c5eb384a5
6 changed files with 13 additions and 9 deletions
|
@ -817,8 +817,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
}
|
||||
|
||||
if (event.ctrlKey === false) {
|
||||
$sbTable.find('.'+cursorSelClass)
|
||||
.not($tr)
|
||||
$sbTable.find('.'+cursorSelClass).not($tr)
|
||||
.removeClass(cursorSelClass);
|
||||
}
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ AIRTIME = (function(AIRTIME) {
|
|||
function setWidgetSize() {
|
||||
viewport = AIRTIME.utilities.findViewportDimensions();
|
||||
widgetHeight = viewport.height - 180;
|
||||
screenWidth = Math.floor(viewport.width - 120);
|
||||
screenWidth = Math.floor(viewport.width - 90);
|
||||
|
||||
var libTableHeight = widgetHeight - 130,
|
||||
builderTableHeight = widgetHeight - 95;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue