Fixing device detail view pannel height defect

This commit is contained in:
thusithakalugamage 2016-10-13 18:52:42 +05:30
parent 47f6147857
commit 70728a3e17

View File

@ -70,7 +70,7 @@ var InitiateViewOption = null;
if(arrowPosition >= parentHeight){
parentHeight = arrowPosition + 50;
$(arrow).siblings(".panel.active").height(parentHeight);
$(arrow).siblings(".panel.active").css("min-height",parentHeight);
}else{
$(arrow).parent().removeAttr("style");
}