Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. @media screen and (min-width: 769px) {
  2. #page-body {
  3. position: relative;
  4. }
  5.  
  6. #sidebar-one-wrapper {
  7. position: absolute;
  8. top: 0;
  9. right: 0;
  10. bottom: 0;
  11. }
  12.  
  13. #sidebar-one {
  14. position: -webkit-sticky;
  15. position: sticky;
  16. top: 30px;
  17. }
  18.  
  19. #page-body-header {
  20. position: -webkit-sticky;
  21. position: sticky;
  22. top: 0px;
  23. z-index: 1000;
  24. background: white;
  25. padding-top: 12px;
  26. }
  27. }
  28.  
  29. .starting-from {
  30. border-color: transparent !important;
  31. }
  32.  
  33. .starting-from--book {
  34. background-color: #80643f !important;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement