kishaningithub / hugo-creative-portfolio-theme

Port of the creative portfolio theme to Hugo
https://themes.gohugo.io/hugo-creative-portfolio-theme/
MIT License
447 stars 292 forks source link

Can't scroll sidebar #60

Closed ahmadihamid closed 5 years ago

ahmadihamid commented 5 years ago

Sidebar can't be scrolled when having long sidebar about and many social icons so I can't see the nice attribution :)

kishaningithub commented 5 years ago

@ahmadihamid Can you provide a link/screenshot ?

bodojoko commented 5 years ago

https://youtu.be/NWzgQSTJxow

kishaningithub commented 5 years ago

@bodojoko Wow.. Thanks for the video. Will look into it.

ahmadihamid commented 5 years ago

Sorry not aware using wrong account 😂

ahmadihamid commented 5 years ago

Fixed with :

.sidebar-content {
    z-index: 0;
    padding: 0 1.7em 0 0em;
    overflow-y: scroll;
    top: 40px;
    bottom: 0;
    left: 5px;
}