Skip to content

Version 1.0.6 - Scroll Bar Fix

Latest

Choose a tag to compare

@eaeoz eaeoz released this 08 May 18:07
· 16 commits to main since this release

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)