musiqpad / mqp-server

NodeJS server base for hosting an individual pad
MIT License
30 stars 18 forks source link

[Bug] PM's overflow #78

Closed RwbyChan2 closed 8 years ago

RwbyChan2 commented 8 years ago

http://prntscr.com/b1q5ll As you can see in the picture, the messages will just go underneath the "new message" button, and there isn't a scrollbar either.

I guess you should need to add 2 divs inside the div with the pms class, one that contains the messages and one that contains the button and then working with an overflow scroll thingy.