Chris Coyier
@adactio re: adactio.com/links/16470 and your universal rule idea, see @MiriSuzanne’s comment: css-tricks.com/fixed-headers-… (Will this turn into a webmention?)
I didn’t know about scroll-margin-top
! I wonder if you could apply a universal rule …like, say you’ve got a fixed header that’s 2em
in height, couldn’t you declare:
:target {
scroll-margin-top: 2em;
}
@adactio re: adactio.com/links/16470 and your universal rule idea, see @MiriSuzanne’s comment: css-tricks.com/fixed-headers-… (Will this turn into a webmention?)