Browse Source

padding for chatbox due to scrollbar

master
Nero 5 years ago
parent
commit
cf16ae157c
  1. 1
      app.css

1
app.css

@ -48,6 +48,7 @@ img.message-image { @@ -48,6 +48,7 @@ img.message-image {
#chat-box {
margin-top: 4em;
padding-right: 15px;
overflow-y: scroll;
height: 65vh;
padding-bottom: 2em;

Loading…
Cancel
Save