This repository has been archived by the owner on Jan 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 802
In locked haste appears horizontal scroll bar in browser #91
Labels
Comments
Thanks. Will look into this. |
Logic-gate
added a commit
to Logic-gate/haste-server
that referenced
this issue
Aug 26, 2016
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! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
If you edit something and saves it, in the locked view appears an horizontal scroll bar in browser, as attached screenshot:
![image](https://cloud.githubusercontent.com/assets/572924/9277326/9c781620-42a9-11e5-98aa-33ff154eae97.png)
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: