header, footer { background-color : var(--bs-body-bg); width : 100%; margin : 0; &:not(.overlay-not-fixed) { position : fixed; z-index : 10; } } header { top : 0; height : 30px; border-bottom : 1px solid black; } footer { bottom : 0; } #div-body { padding-top : 21px; padding-bottom : 0; } html { scroll-padding-top : 21px }