fullstack-chat / fsc-core

3 stars 1 forks source link

Mobile menu not respecting device viewport #29

Closed ryandotfurrer closed 1 year ago

ryandotfurrer commented 1 year ago

Mobile menu is being cutoff by UI elements of mobile browser.

Suggested fix is to change from 100vh to 100dvh.

image

ryandotfurrer commented 1 year ago

I changed the ul height from 100vh to 100dvh.

The fix could not be tested just yet because "on your network" was not working on my phone. Will try again when I get home.

View this commit

ryandotfurrer commented 1 year ago

I was able to confirm this fix works. PR issued #35