Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS Bug - Message input covers messages list #8

Closed
nelsonic opened this issue Jul 12, 2015 · 1 comment · Fixed by #18
Closed

CSS Bug - Message input covers messages list #8

nelsonic opened this issue Jul 12, 2015 · 1 comment · Fixed by #18

Comments

@nelsonic
Copy link
Member

when there are enough messages to fill the screen, the input covers the last message(s):
css-message-input-covers-messages-list

@iteles
Copy link
Member

iteles commented Jul 26, 2015

Linked to #21 as ensuring that the messages ul is scrolled all the way down to the bottom allows the extra bottom padding on the body to do its work of keeping things out from behind the message input form (as per this issue).

body { 
  font: 1.5em Helvetica, Arial; 
  height: 100%; 
  padding-bottom: 2.3em;
  overflow:auto;
}

Also linked to #22.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants