body.styl 901 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. @import 'nib'
  2. .board-wrapper
  3. left: 0
  4. top: 0
  5. bottom: 0
  6. right: 0
  7. position: absolute
  8. overflow: hidden
  9. .board-canvas
  10. position: absolute
  11. left: 0
  12. right: 0
  13. top: 0
  14. bottom: 0
  15. transition: margin .1s
  16. &.next-small-sidebar
  17. margin-right: 248px
  18. &.next-large-sidebar
  19. opacity: 0.8
  20. margin-right: 496px
  21. .lists
  22. align-items: flex-start
  23. display: flex
  24. flex-direction: row
  25. margin-bottom: 10px
  26. overflow-x: auto
  27. overflow-y: hidden
  28. padding-bottom: 10px
  29. position: absolute
  30. top: 0
  31. right: 0
  32. bottom: 0
  33. left: 0
  34. &::-webkit-scrollbar
  35. height: 13px
  36. width: 13px
  37. &::-webkit-scrollbar-thumb:vertical,
  38. &::-webkit-scrollbar-thumb:horizontal
  39. background: rgba(255, 255, 255, .4)
  40. &::-webkit-scrollbar-track-piece
  41. background: rgba(0, 0, 0, .15)
  42. &::-webkit-scrollbar-button
  43. display: block
  44. height: 5px
  45. width: 5px