2
0

boardBody.styl 574 B

123456789101112131415161718192021222324252627282930313233343536373839
  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-sidebar
  17. margin-right: 248px
  18. &.is-dragging-active
  19. .open-minicard-composer
  20. display: none
  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