Skip to content

v0.5.2 — Bug Fixes

Latest

Choose a tag to compare

@Mouseww Mouseww released this 16 Mar 08:04
· 1 commit to master since this release

Bug Fixes

  • 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).