mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-25 19:43:43 +00:00
10 lines
201 B
SCSS
10 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;
|
|
}
|
|
}
|