Skip to content

Commit e386a42

Browse files
authored
Merge pull request #787 from SouparnaChatterjee/fix/sticky-main-header
Fix: Sticky main header for persistent access while scrolling
2 parents c408d21 + ccffeda commit e386a42

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

_sass/custom/custom.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,3 +309,9 @@ button,
309309
width: 0%;
310310
z-index: 10000;
311311
}
312+
// Fix: Sticky main header (Issue #696)
313+
.main-header {
314+
position: sticky;
315+
top: 0;
316+
z-index: 500;
317+
}

0 commit comments

Comments
 (0)