Skip to content

Commit f4c3328

Browse files
committed
done
1 parent 678fbbf commit f4c3328

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,9 @@ footer {
403403
@media (max-width: 768px) {
404404

405405
.navbar-wrapper {
406-
position: relative;
406+
position: sticky;
407+
top: 0;
408+
z-index: 1100;
407409
}
408410

409411
.hamburger {

0 commit comments

Comments
 (0)