[Bug] UndoToast positioning not verified on mobile / small viewports #5
Labels
No labels
backlog
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/avocet#5
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The
UndoToastcomponent was implemented and tested on desktop viewports only. Positioning on mobile or small viewports has not been verified.Current implementation uses fixed positioning at the bottom of the screen. This may overlap with mobile browser chrome (address bar, home indicator) on iOS/Android.
Steps to Reproduce
Expected
Toast is visible above mobile browser chrome with adequate spacing.
Acceptance Criteria