Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit ada0395

Browse files
author
dpatanin
committed
make header sticky
1 parent 19ca7fb commit ada0395

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/scss/components/_header.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
.header {
2+
position: sticky;
3+
top: 0;
4+
z-index: 10;
25
height: 50px;
36
color: $white;
47
background-color: $secureCodeBlue;

0 commit comments

Comments
 (0)