Guest User

Untitled

a guest
Feb 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #box2{/*サイドバー全体の箱*/
  2. display: -webkit-flex;
  3. display: flex;
  4. }
  5. .hatena-module:last-of-type{/*サイドバー最後の要素*/
  6. position: -webkit-sticky;
  7. position: sticky;
  8. top: 0;/*上から離す距離(50pxとか)*/
  9. }
Add Comment
Please, Sign In to add comment