Drag the window to the point where the drawer switches to bottom drawer
Try to click or drag the bottom menu open
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.
To reproduce
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.