4,554
edits
No edit summary |
No edit summary Tag: Reverted |
||
Line 1,740: | Line 1,740: | ||
div#hf-nsheader-Special { | div#hf-nsheader-Special { | ||
top: 0; | top: 0; | ||
width: -moz-available; | width: -moz-available; | ||
width: -webkit-fill-available; | width: -webkit-fill-available; | ||
position: sticky; | |||
z-index: 1000; /* Ensures the header is above other content; adjust as needed */ | |||
} | } |