1
0
Fork 0
bootstrap-html/site/assets/scss/_scrolling.scss
Daniel Baumann d4ccd9dae1
Adding upstream version 5.3.0+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-08 17:47:43 +02:00

13 lines
218 B
SCSS

// When navigating with the keyboard, prevent focus from landing behind the sticky header
main {
a,
button,
h2,
h3,
h4,
[tabindex="0"] {
scroll-margin-top: 80px;
scroll-margin-bottom: 100px;
}
}