How do I fix my full-page navbar?
https://reddit.com/link/1sihxh4/video/1a4uhufh2kug1/player
I am building a new project in Framer and created this full page navbar. The navbar is a component whose height changes from 64px to viewport height. Now I have another component inside navbar which changes when click on respective tabs inside. The problem is that is the viewport height become too small, the content in the navbar cuts out and I want to make the content on the right scrollable. I try to set the overflow to scroll inside the component of content on the left but that doesn't seems to work. Is there any way I can make the section on the right scrollable when the screensize becomes too small?