Change bootstrap to source version
This commit is contained in:
16
bootstrap/site/assets/scss/_scrolling.scss
Normal file
16
bootstrap/site/assets/scss/_scrolling.scss
Normal file
@ -0,0 +1,16 @@
|
||||
// When navigating with the keyboard, prevent focus from landing behind the sticky header
|
||||
|
||||
main {
|
||||
a,
|
||||
button,
|
||||
input,
|
||||
select,
|
||||
textarea,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
[tabindex="0"] {
|
||||
scroll-margin-top: 80px;
|
||||
scroll-margin-bottom: 100px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user