Browse Source

[bugfix] content scroll area

B Thibault 8 years ago
parent
commit
5edebc4001
1 changed files with 2 additions and 1 deletions
  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; }