Not sure which service is right for you? Tell us your story and get a free consultation +1 (888) 359-1841 | sales@bsuite365.com
item.addEventListener(‘mouseenter’, () => { // Reset any previous styles submenu.classList.remove(‘left’); submenu.style.maxHeight = ”; submenu.style.overflowY = ”; submenu.style.top = ”;
// Delay style read after repaint requestAnimationFrame(() => { const rect = submenu.getBoundingClientRect(); const viewportHeight = window.innerHeight;
// Check bottom overflow if (rect.bottom > viewportHeight) { const availableHeight = viewportHeight – rect.top – 10; if (availableHeight window.innerWidth) { submenu.classList.add(‘left’); } }); });
item.addEventListener(‘mouseleave’, () => { submenu.classList.remove(‘left’); submenu.style.top = ”; submenu.style.maxHeight = ”; submenu.style.overflowY = ”; }); });
0 items