Advertisement
fauzanjeg

Fix padding for sticky element

May 9th, 2021
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.09 KB | None | 0 0
  1. /* Fix padding for sticky element */
  2. .jegStickyHolder {
  3.     padding-top: unset!important;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement