Fixed navbar scroll spy

This commit is contained in:
David Davó 2023-09-29 21:09:38 +02:00
parent 6dc9d1d33d
commit 960f8ca94c
2 changed files with 8 additions and 4 deletions

View file

@ -5,6 +5,10 @@
@include transition();
}
body {
position: relative;
}
.top-navbar {
position: fixed;
left: 0;