fix left panel jitter jump
This commit is contained in:
@ -551,6 +551,10 @@ function bonfireExecute() {
|
||||
workerError("Unsafe $($)");
|
||||
}
|
||||
}
|
||||
setTimeout(function() {
|
||||
var $marginFix = $('.innerMarginFix');
|
||||
$marginFix.css('min-height', $marginFix.height());
|
||||
}, 500);
|
||||
}
|
||||
|
||||
$('#submitButton').on('click', function() {
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user