Bug Fixes
- Fixed scroll bar issue where horizontal and vertical scroll bars would incorrectly appear on the main window after opening and closing the "Manage Profiles" modal (top-right icon)
- Scroll bars now remain hidden after closing modals, restoring proper layout behavior
Technical Details - Reset document.body.style.overflow to default state instead of forcing overflow: auto when closing modals
- Applied fix to all modal close handlers (profile modal, style modal, update/delete actions)