Open benhoneywill opened 2 years ago
I found this article on mobile view height calculation helpful for addressing the issue on other projects I've worked on. This is likely from the fixed-layout.tsx
use of height="100vh"
.
Hi @Alex-AK thanks for the link!
I will read that article properly when I get the chance. Looks like they are using window.innerHeight
which means this solution may not work with server side rendering, but when I am free to pick up this issue I will keep this technique in mind. It might work fine with a default value!
Thanks again!
In safari the category columns overflow the viewport and can't be scrolled.
On mobile the same issue can sometimes occur. It seems to be due to the use of view height units