2023-01-21 23:55:38 +01:00
|
|
|
// When navigating with the keyboard, prevent focus from landing behind the sticky header
|
|
|
|
|
2023-03-08 14:51:49 +01:00
|
|
|
main {
|
|
|
|
a,
|
|
|
|
button,
|
|
|
|
[tabindex="0"] {
|
|
|
|
scroll-margin-top: 100px;
|
|
|
|
scroll-margin-bottom: 100px;
|
|
|
|
}
|
2023-01-21 23:55:38 +01:00
|
|
|
}
|