-
Notifications
You must be signed in to change notification settings - Fork 801
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
In locked haste appears horizontal scroll bar in browser #91
Comments
Thanks. Will look into this. |
As stated in issue toptal#91, the scroll bar(horizontal) appears when in locked mode. The suggested fix does in fact work.
Was there ever a solution to this? |
Yes the PR #132 but it never got merged |
Oh |
No that doesn't fix it. But I have found a "fix" |
I'm unable to reproduce this in the latest version of hastebin after upgrading dependent libraries. In addition, #351 will soon update and modernize a bunch of the CSS which should clear issues like this up. If anyone has an example of text that reproduces this please re-open so we can get it fixed. Thank you! |
Hi,
If you edit something and saves it, in the locked view appears an horizontal scroll bar in browser, as attached screenshot:
I think that is for this CSS line: https://github.com/seejohnrun/haste-server/blob/master/static/application.css#L41
If you remove the
width: 100%;
into#box
block seems fix issue.The text was updated successfully, but these errors were encountered: