-
Notifications
You must be signed in to change notification settings - Fork 127
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
Panes overlap when window smaller than min-width #2
Comments
@jbonnett92 I've run into a similar issue where a pane will not respect overflow: auto - so instead of invoking scrollbars when the pane gets too small for the content, it just "snaps" back. Did you manage to find a solution or an alternate library for your purpose? |
@liquidvisual Unfortunately I haven't. |
@jbonnett92 I just discovered a fix (for my situation) - I was able to invoke scrollbars by making the panel content wrapper absolute. Hope this can be of use to you somehow:
|
@liquidvisual Thank you I'll give it a try in a little bit :) I'll let you know if it works. |
@liquidvisual My panes just seem to overlap. |
Sorry to hear that. What happens if your panes have an overflow of auto? Originally I was looking into this library since it was based on what looks to be the most popular JS one, "Split.js" - although I wasn't able to figure out how to implement it in Vue based on the examples :/ |
I think it has to do with the rightmost pane being flexbox. |
Hi,
The panes overlap when the window is resized smaller than the min-width.
Any way you can update the code to prevent this?
UPDATE:
It turns out it's to do with the rightmost panel having content that is larger than the one to the left.
Sorry about the quality. I still have no fix.
Thank you,
Jamie
The text was updated successfully, but these errors were encountered: