Fixed navbar scroll spy
This commit is contained in:
parent
6dc9d1d33d
commit
960f8ca94c
2 changed files with 8 additions and 4 deletions
|
@ -5,6 +5,10 @@
|
|||
@include transition();
|
||||
}
|
||||
|
||||
body {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.top-navbar {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue