vitorbaptista / shellshare

Live terminal broadcasts
https://shellshare.net
Apache License 2.0
224 stars 23 forks source link

Display horizontal scroll bars instead of breaking the lines #50

Open vitorbaptista opened 7 years ago

vitorbaptista commented 7 years ago

As per @amosbird report on #49, if your terminal is too wide, shellshare breaks its lines and it looks like this:

terminal too wide to fit shellshare

Instead of breaking the lines, we should allow the user to scroll horizontally. The fix probably involves changing the CSS around https://github.com/vitorbaptista/shellshare/blob/5394707a007ae8359a7cc9747dbc33276a4757f5/public/stylesheet/room.css#L16-L24.

amosbird commented 7 years ago

Thanks! I wish I could help but I know nothing about web development. I can help with testing though.

vitorbaptista commented 7 years ago

@amosbird No worries! Thanks for the issue report :v:

amosbird commented 7 years ago

Um, I just tried overflow: scroll and overflow: auto. Neither worked.