Fixed css
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
#header {
|
||||
/* make header fixed to top when the content bellow starts scrolling */
|
||||
position: sticky;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user