Pearl-image-comparer / Pearl

MIT License
3 stars 0 forks source link

[Bug]: Draggable drawer not openable on pc #96

Open teemutontti opened 4 days ago

teemutontti commented 4 days ago

To reproduce

  1. Open application on pc
  2. Drag the window to the point where the drawer switches to bottom drawer
  3. Try to click or drag the bottom menu open
  4. Doesn't work :(

Expected behavior

All though the draggable menu is meant for mobile, this should work in the case a the app is used in a narrow window on pc.

Additional context

Maybe there could be a button implemented in the draggable drawer. Note that useMediaQuery(theme.breakpoints.down("sm")); only detects that the viewport is narrow.