소스 검색

[quickfix] manage jumbo-sized room list

B Thibault 8 년 전
부모
커밋
1837988c58
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      srv/public/style.css

+ 1 - 1
srv/public/style.css

@@ -1,7 +1,7 @@
 
 body { display: flex; margin: 0; padding: 0; font-family: Lato, sans-serif; }
 
-.slack-context { display: inline-block; width: 250px; overflow-x: hidden; overflow-y: auto; background-color: #4D394B; background-position: bottom; background-repeat: no-repeat; }
+.slack-context { display: inline-block; max-height: 100%; width: 250px; overflow-x: hidden; overflow-y: auto; background-color: #4D394B; background-position: bottom; background-repeat: no-repeat; overflow: auto; }
 .slack-chat-container { display: flex; flex-direction: column; flex: 1; overflow: hidden; padding: 0; }
 
 .slack-context-channellist { padding-left: 0; list-style: none; }