0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Better use the CSS

This commit is contained in:
louismaxime.piton 2023-03-08 14:51:49 +01:00 committed by Mark Otto
parent a7e01146e0
commit 1f7e7ebd10

View File

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