I have a website with fixed body elements, like
[...]
<body>
<div id="header">[...]</div>
<div id="main">[...]</div>
</body>
[...]
There is overflow: scroll
on the #main
, but without clicking it first I am not able to scroll it with my arrow keys or PgUp/PgDn.
Is there any way to do so?