## Background
On mobile, when selecting the icon to display the Bottom Sheet, the keyboard collapses, requiring the user to click the text again to reopen it. Then, when the keyboard and Bottom Sheet are displayed simultaneously, it’s impossible to read and edit the article. And, if the Bottom Sheet is collapsed, both it and the keyboard collapse, requiring the user to start the process over by clicking the warning icon again.
{F62721847}
### Expected behavior
1. When the keyboard is open and the user selects the Check:
- The bottom sheet is displayed. //(currently behaves like this, nothing to fix here)//
- The keyboard is hidden. //(currently behaves like this, nothing to fix here)//
- The bottom sheet should always expand fully so the user can easily view the information from the Check.
2. When the Check is expanded and the user places the cursor in the text:
- The keyboard opens.
- The bottom passes from expanded to collapsed, allowing the user to type while keeping the Check available but not distracting.
3. When the user clicks the Check icon (trigger), the bottom sheet should always expand.
- If the bottom sheet was not displayed, it appears.
- If the bottom sheet was collapsed, it expands.
NOTE: this is a high priority for us to fix before the start of the a/b test.
### Acceptance criteria (or Done)
[] Implement the expected behavior