Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Fixed position header hiding headings Re: Fixed position header hiding headings

#79348

The elegant solution, I believe, is to use the padding approach with `pointer-events: none` — pointer-events is a CSS property that prevents an element from handling mouse pointer events when set to `none`.

The property is currently not widely supported, however.