summaryrefslogtreecommitdiffstats
path: root/site/assets/scss/_scrolling.scss
blob: 0aaf7444ecc37db21feb6d12b9d6d384f2b972b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// When navigating with the keyboard, prevent focus from landing behind the sticky header

main {
  a,
  button,
  input,
  select,
  textarea,
  h2,
  h3,
  h4,
  [tabindex="0"] {
    scroll-margin-top: 80px;
    scroll-margin-bottom: 100px;
  }
}