mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-17 00:21:06 +00:00
Limit to scroll-margin-top to elements with an id
This commit is contained in:
parent
61b86c1e86
commit
3b555aaf61
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
order: 1;
|
||||
|
||||
// Offset for the sticky header
|
||||
> * {
|
||||
> [id] {
|
||||
@include media-breakpoint-up(md) {
|
||||
scroll-margin-top: 4rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue