In the Responsive Web Design Projects - Build a Technical Documentation Page, the example page have a fixed height, position and a scrollbar to show the aside left content. How can I do that?
Hi @thomaz1593!
If you are curious you could take a look at the code in the navbar.
Here are some resources for better understanding on these css properties.
Position fixed, top and left positioning
Height 100% of viewport
Hope that helps!
Happy coding!
Hey @thomaz1593 !
Welcome to the FCC forum