Double scrollbars in editor #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The editor has a scrollbar for the entire page and for the list of links on the left hand side. This might cause the user to not see links further down the list because part of the left scrollbar is hidden.

One possible solution is to make the editor take up 100% of the height of the screen.
Thoughts?
We could make the linklist preview on the right sticky (CSS position sticky) and the editor on the left should not have a height constraint. This way the editor would naturally increase the height of its parent and we would get a single scrollbar on the very right of the page (where it usually is)
Why not just remove 'height: 100%' from the outer div?
I haven't looked at it yet, and I'm not sure what div you're referring to. In any case, what you're saying sounds correct. :) I won't be able to get to it before Sunday, so I'll look at it then.