CSS: Animation with a scrollbar?
Trying to use CSS animation for the first time. This is just a simple HTML page with a story. I just wanted to add a simple dripping animation over the page, which I have working nicely, but for some reason the animation code is interfering with my scrollbar code. So, when I try to open the page in chrome, there’s no scrollbar and no way to scroll down the page. There is only meant to be a vertical scrollbar. Where is the problem? Is there an inherent problem with having animation on a scrolling page?