Advertisement
arie_cristianD

make the normal header sticky

Jan 24th, 2024
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.13 KB | None | 0 0
  1. /* make the normal header sticky */
  2.  
  3. .jeg_viewport .jeg_header_wrapper {
  4.     position: sticky;
  5.     top: 0;
  6.     z-index: 99;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement