mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fixing device detail view pannel height defect
This commit is contained in:
parent
47f6147857
commit
70728a3e17
@ -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");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user