Menu bug on android/mobile web

this is probably unprofessional but as far as I know html the issue arises from the main app div having everything in it, including the menu. this way the height of the whole app is the height of the cards in the space, moving the navbar to the very bottom of this div instead of sticking it at the bottom of the screen.

setting the height of the app div makes it so that the bottom navigation menu is always visible. however i cannot scroll to the right like this and i dont know how to fix that. i also think this is related to this bug of the paint select and card creating not working outside of the top-left viewport-sized area on mobile.

1 Like