Problem
The "change" (pencil icon) and "delete" (trash bin icon) toolbars sit on top of the preview card on the right side, which is fine on desktop but hides preview content on mobile web.
Design
- Add an overflow menu to the preview card.
- Upon tapping the overflow icon, a dropdown menu will appear beneath it, showcasing two options: "Change" (with a pencil icon) and "Delete" (with a trash bin icon).
- Tapping on the change option should navigate the user to a search screen, where they can query to find alternative previews.
- Tapping on the delete option will remove the Wikipedia preview from the selected word or phrase in the content.
- Tapping outside the menu should dismiss it.
- Keep the touch targets to 44x44.
Acceptance Criteria
- The overflow menu (kebab menu) should be placed adjacent to the close icon.
- The dimensions for the touch target of the overflow menu should be at least 44x44 pixels.
- Tapping on the overflow menu should display the options menu below it.
- The options menu should contain two options: "Change" (represented with a pencil icon) and "Delete" (represented with a trash bin icon).
- Tapping "Change" should navigate the user to a search screen where they can find other previews to replace the current one.
- Tapping "Delete" should remove the preview from the word.
- Tapping outside the menu should dismiss it.















