Text overflowing, need it to be scrollable
My side navigation items are overflowing and is coming below the 2 buttons. How do I make it go up and become scrollable?
4 Replies
You want the nav bar to cover the pink icon and the theme switcher icon? Or…? Not sure what you mean by overflowing
I think op means its overflowing over the grey outline/border. Is there a codepen so we can see the structure?
Perhaps
overflow: auto scroll;
and then deal with the scroll barI feel like op would have tried that, I suspect there are some weird abs/relative position values here that are throwing them off. Or it might be that simple.