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

How to make the v-pane-content scrollable? #87

Open
GeorgeChackungal opened this issue Jun 22, 2017 · 1 comment
Open

How to make the v-pane-content scrollable? #87

GeorgeChackungal opened this issue Jun 22, 2017 · 1 comment

Comments

@GeorgeChackungal
Copy link

How do i make the v-pane-content scroll-able so that when it expands it doesn't increase the height of the container?

@ravimallya
Copy link

How about adding max-height and overflow-y:auto; to the .vAccordion--default v-pane.is-expanded>v-pane-content>div element like below:

.vAccordion--default v-pane.is-expanded>v-pane-content>div {
    max-height: 100px;
    overflow-y: scroll /* or auto */;
}

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