2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00
Files
bootstrap/site/assets/scss/_scrolling.scss
T
louismaxime.piton 1f7e7ebd10 Better use the CSS
2023-03-10 11:15:33 -06:00

11 lines
201 B
SCSS

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