Advertisement
fauzanjeg

Sticky Share Bar || Only for Bottom Position

Sep 22nd, 2021
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. /* Sticky Share Bar || Only for Bottom Position */
  2. @media only screen and (max-width: 1024px) {
  3.     .jeg_share_bottom_container {
  4.       position: sticky;
  5.       bottom: 1rem;
  6.       position: -webkit-sticky;
  7.       align-self: flex-end;
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement