Advertisement
phpface

Untitled

Dec 3rd, 2021
1,163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.10 KB | None | 0 0
  1. #sidebar {
  2.     position: sticky;
  3.     position: -webkit-sticky;
  4.     position: sticky;
  5.     top: 0;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement