style.css 355 B

1234567891011121314151617181920212223242526
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. .slack-context {
  6. display: inline-block;
  7. position: absolute;
  8. top: 0;
  9. bottom: 0;
  10. left: 0;
  11. width: 250px;
  12. overflow-x: hidden;
  13. overflow-y: scroll;
  14. }
  15. .slack-chat-container {
  16. display: inline-block;
  17. position: absolute;
  18. top: 0;
  19. bottom: 0;
  20. left: 250px;
  21. right: 0;
  22. }