Background
At the moment, the edit check reacts to device so the bottom sheet just appears on touchable devices. So if you resize the screen on desktop, the Edit Check occupies too much space, leaving insufficient space for the article being edited (check the patch).
Proposed solution
The EditCheck could react instead to breakpoints si it behaves as a bottom sheet when the screen width reaches the @breakpoint-tablet (1119px or below). This would allow the EditCheck to adjust based on screen size rather than on device (touchable screen devices), ensuring the article always has enough space when editing on small screens.
Open questions
Add here the questions to be answered in order to design and implement the component
Acceptance criteria (or Done)
- Make the bottom sheet react to breakpoint instead of device
Future work
- If applicable, list future work that should be done once this task is implemented. You should open new, standalone tasks for all future work.

