Is there a css parameter I can give to the body element that tells it to scroll to a certain point by default? For example, something like:
body {
default-scroll-y: 200px;
}
If not, is there another way I can describe scrolling distances as heights in css?