Fixed css

This commit is contained in:
Senad Uka
2023-05-07 19:26:09 +02:00
parent 2f40be294b
commit e3e8c49065

View File

@@ -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;