Skip to content

Commit 34b8900

Browse files
committed
fixed header to page while scrolling
1 parent 9f80edc commit 34b8900

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ingest/static/ingest/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
.header {
22
background-color: #161b33; /* dark blue */
3-
border-radius: 0px;
3+
border-radius:0px;
4+
z-index: 99;
5+
position:fixed;
6+
width: 100%;
47
}
58

69
.navbar-header {
@@ -87,6 +90,7 @@
8790

8891
h1, h2, h3, h4 {
8992
font-family: 'Lato';
93+
margin-top: 45px;
9094
}
9195

9296
p {

0 commit comments

Comments
 (0)