fix left panel jitter jump

This commit is contained in:
Berkeley Martinez
2015-08-25 14:49:19 -07:00
parent b1b07a5b9e
commit 14d1d1db02
2 changed files with 5 additions and 0 deletions

View File

@ -551,6 +551,10 @@ function bonfireExecute() {
workerError("Unsafe $($)");
}
}
setTimeout(function() {
var $marginFix = $('.innerMarginFix');
$marginFix.css('min-height', $marginFix.height());
}, 500);
}
$('#submitButton').on('click', function() {

View File

@ -19,6 +19,7 @@ block content
.row(ng-controller="pairedWithController")
.col-xs-12.col-sm-12.col-md-4.col-lg-3
.scroll-locker(id = "scroll-locker")
.innerMarginFix(style=' width: 99%')
#testCreatePanel.well
h3.text-center.negative-10= name
.positive-15.positive-15-bottom