The sweep space is the open area between the floor and the bottom of the panels. It is designed into the system for housekeeping purposes (i.e. cleaning floors, etc.). A sweep space is not required and determining if one is needed depends on your specific application.
function positionLinkBlock(targetContainer) { if (targetContainer != null) { var strLinkBlock = ' '; targetContainer.insertAdjacentHTML('afterbegin', strLinkBlock); } } jsElementReady('.be-ix-link-block', positionLinkBlock)