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