This my website https://bed-sheet-2.myshopify.com/ ,Added fixed position header css
.site-header{z-index:110;position:fixed;width:100%;left:0;}
Try this: .site-header{z-index:110;position:fixed;top:0px;left:0px;width:100%;}
You need to add the px
and a top
value.