Skip to content

Commit dc2ac9d

Browse files
authored
Merge pull request #607 from devrupchowdhury/main
Added sticky navbar for proper functioning of the website and it will look good to the user .
2 parents 91da8fd + b0ebdc6 commit dc2ac9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ header {
7979
color: #fff;
8080
padding-top: 20px;
8181
background: #d3360b;
82+
position: sticky;
83+
top: 0;
84+
overflow: hidden;
85+
z-index: 1;
8286
}
8387

8488
header .container .visible-desktop {

0 commit comments

Comments
 (0)