FSN#38731 scrollbar nu zichtbaar als menu is uitgeklapt, ingeklapt nog hidden
svn path=/Website/trunk/; revision=31997
This commit is contained in:
@@ -188,7 +188,7 @@ if (device.test(device.isTouch)) { %>
|
||||
$("#maintabs,#menutabs,#menudivider").animate({ top: newTop }, animParams);
|
||||
$("#menutabs").animate({ height: (newHeight - marge) }, animParams);
|
||||
$("#maintabs").animate({ height: (newHeight - marge) }, animParams);
|
||||
$("#menutabs .ui-layout-content").animate({ height: contentHeight }, animParams).css("overflow","hidden");
|
||||
$("#menutabs .ui-layout-content").animate({ height: contentHeight }, animParams).css("overflow", (menuIsHidden ? "hidden" : "auto"));
|
||||
|
||||
$("#menutoggler").animate({ top: (newHeight - 25) }, animParams);
|
||||
$("#menudivider").animate({ height: newHeight }, animParams);
|
||||
|
||||
Reference in New Issue
Block a user