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
fix: FAB button defaults to bottom-right corner — Previously the floating action button could appear in the center of the screen on injection due to JS window.innerWidth/Height timing issues. Now uses CSS right/bottom positioning by default, only switching to absolute left/top after user drags.
fix: interactive divs replaced with buttons — Fixed elements that failed to receive click/keyboard events when injected into pages with aggressive CSS resets (all: initial).