Hey there! I have a question about creating something similar to this cool website:
I'm working with Wordpress and using a child theme for my website. I want to include a fixed header as well.
Currently, I've managed to give each div its own scrollbar by using overflow: scroll
along with setting specific heights using height: *XXX*px
. However, I would prefer to achieve the same effect using height: 100%
.
Any help or advice on how to do this is greatly appreciated! Thanks in advance!