Closed mattroumaya closed 1 year ago
This PR adds a scrollbar to the Articles section of the navbar:
Articles
Demo here
Thanks to @MayaGans's CSS guidance, scrollbar is variable based on max window height. Scrollbar will appear when the window height < height of the Articles list.
This is super cool - thanks so much, @mattroumaya and @MayaGans!!!
Types of changes
This PR adds a scrollbar to the
Articles
section of the navbar:Demo here
Thanks to @MayaGans's CSS guidance, scrollbar is variable based on max window height. Scrollbar will appear when the window height < height of the Articles list.