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

three vertical panels #41

Open
xzhangva opened this issue Feb 25, 2020 · 1 comment
Open

three vertical panels #41

xzhangva opened this issue Feb 25, 2020 · 1 comment

Comments

@xzhangva
Copy link

Thank you for creating nice splitter. My issue is I have 3 vertical panels(left, center and right). I use the splitter between left and center panels and the splitter-right between center and right panels. But the splitter-right behavior different than the splitter. How to make the splitter between center and right panels behavior same as the splitter between the left and center panels.

code sample:

		<div class="splitter"></div>
		
		<div class="panel-center">
		</div>

		<div class="splitter-right"></div>
		
		<div class="panel-right">
		</div>
	</div>
</div>
@pb-jeff-oneill
Copy link

It seems that this plugin cannot be used for three vertical panels. There are some attempts at this StackOverflow question, but none of them work well.

I'm going to try GedMarc/layout as that one looks more promising for three panels.

It is too bad, because this plugin works so well for two panels.

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

No branches or pull requests

2 participants