diff options
author | Mario <mario@mariovavti.com> | 2023-04-28 19:23:28 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-04-28 19:23:28 +0000 |
commit | c31b37f57028d287154f8779f5f20373f3f6fcb9 (patch) | |
tree | 236cec223b32fae751037276fe784a90b7f80505 /vendor/twbs/bootstrap/site/assets/scss | |
parent | 2a1341b910dfb1187dd9fceebd2b3be14e825e28 (diff) | |
download | volse-hubzilla-c31b37f57028d287154f8779f5f20373f3f6fcb9.tar.gz volse-hubzilla-c31b37f57028d287154f8779f5f20373f3f6fcb9.tar.bz2 volse-hubzilla-c31b37f57028d287154f8779f5f20373f3f6fcb9.zip |
bootstrap files
Diffstat (limited to 'vendor/twbs/bootstrap/site/assets/scss')
-rw-r--r-- | vendor/twbs/bootstrap/site/assets/scss/_scrolling.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap/site/assets/scss/_scrolling.scss b/vendor/twbs/bootstrap/site/assets/scss/_scrolling.scss new file mode 100644 index 000000000..201796003 --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/scss/_scrolling.scss @@ -0,0 +1,13 @@ +// 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; + } +} |