You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reminder toggle no longer breaks the event dialog layout on mobile (#483). The follow-up to the earlier #483 fix: the same blank-block bug still occurred when enabling reminders in the appointment dialog. The reminder toggle's visually hidden checkbox resolved its position against the scrollable dialog panel instead of its own label, so tapping it on a narrow viewport scrolled the panel and left a large empty gap that hid the reminder, visibility, and save controls. The toggle component is now its own positioning context, keeping every field reachable.