css - Scroll inside of a fixed sidebar - Stack Overflow

PHOTO EMBED

Thu Oct 01 2020 13:27:07 GMT+0000 (Coordinated Universal Time)

Saved by @Tecnolo #css

#leftCol {
    position: fixed;
    width: 150px;
    overflow-y: scroll;
    top: 0;
    bottom: 0;
}
content_copyCOPY

https://stackoverflow.com/questions/13337646/scroll-inside-of-a-fixed-sidebar