HTML / CSS

アンカー・リンクが上部固定ナビに隠れてしまう

html {
  --top-spacing: 100px;
  scroll-padding-top: var(--top-spacing);
}