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

Display horizontal scroll bars instead of breaking the lines #50

Open
vitorbaptista opened this issue May 17, 2017 · 3 comments
Open

Display horizontal scroll bars instead of breaking the lines #50

vitorbaptista opened this issue May 17, 2017 · 3 comments

Comments

@vitorbaptista
Copy link
Owner

vitorbaptista commented May 17, 2017

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

#terminal,
.terminal {
background-color: black;
color: rgb(240, 240, 240);
font-family: 'Inconsolata', monospace;
font-size: 14px;
padding: 5px;
overflow: hidden;
}
.

@amosbird
Copy link

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

@vitorbaptista
Copy link
Owner Author

@amosbird No worries! Thanks for the issue report ✌️

@amosbird
Copy link

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

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

No branches or pull requests

2 participants