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

when slot time is small, summary not show #24

Open
adirzoari opened this issue Oct 6, 2018 · 1 comment
Open

when slot time is small, summary not show #24

adirzoari opened this issue Oct 6, 2018 · 1 comment

Comments

@adirzoari
Copy link

Hey,
when the differ between end to start is too small so the summary not show because the slot is too small,
how can I change it? to increase height of each event to show all details?

@sprotymo
Copy link

sprotymo commented Nov 2, 2018

You can set more calendarHeight.
this.calendarHeight = (props.end - props.start) * 100;
add new props for offset (100).

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