Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Sticky Share Bar || Only for Bottom Position */
- @media only screen and (max-width: 1024px) {
- .jeg_share_bottom_container {
- position: sticky;
- bottom: 1rem;
- position: -webkit-sticky;
- align-self: flex-end;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement