소스 검색

[bugfix] content scroll area

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

+ 2 - 1
srv/public/style.css

@@ -28,8 +28,9 @@ body {
     background-color: lightgrey;
 }
 
+.slack-chat-content { height: 85vh; overflow: auto; }
 .slack-chat-title { font-size: 1.75em; font-style: italic; }
-.slackmsg-item { background: #eee; margin-top: 15px; }
+.slackmsg-item { position: relative; background: #eee; margin-top: 15px; }
 .slackmsg-author { display: inline-block; }
 .slackmsg-author-img { margin-right: 15px; }
 .slackmsg-author-name { position: absolute; max-height: 1em; overflow: hidden; font-style: italic; }