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

[Feature request] Add an option to make event list under month view scrollable #609

Open
MaximS opened this issue May 29, 2021 · 1 comment

Comments

@MaximS
Copy link

MaximS commented May 29, 2021

Now in month view calendar plus event list below are scrolled as a whole. It would be great to make events list scrolled independently keeping calendar fixed at the top. Probably it's enough to enclose the list in an <ion-content>

@twinssbc
Copy link
Owner

twinssbc commented Jun 6, 2021

@MaximS Not all users want the calendar part be fixed, to make the event list scrollable, you just need to override the style on event-detail-container.

.event-detail-container
{
height:50px;
overflow-y: scroll;
}

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