mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
14 lines
218 B
SCSS
14 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;
|
|
}
|
|
}
|