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

Day view event alignment #260

Closed
andreroggeri opened this issue Jun 26, 2017 · 3 comments
Closed

Day view event alignment #260

andreroggeri opened this issue Jun 26, 2017 · 3 comments

Comments

@andreroggeri
Copy link

andreroggeri commented Jun 26, 2017

Bug description / Feature request:

The events are misaligned with the time in the day view (See below)

Issue

I made a repo since I couldn't reproduce the problem on plunkr

Versions

Angular: 4.0.0

Calendar library: 0.18.1

Browser name and version: Chrome 58.0.3029.110 (64-bit) / Windows 10

@mattlewis92
Copy link
Owner

Ah it seems like the issue is because you're not using bootstrap, somewhere its document normalising ensures that each segment is 30px in height which is what the algorithm assumes is each segments height when positioning events. I've just released 0.18.2 with a hacky fix which should solve it for you. Hope that helps! 😄

@andreroggeri
Copy link
Author

Ah, thats why I didn't noticed earlier.

I just migrated from Bootstrap to Material. The new version worked like a charm !

Thanks for the blazing fast responde ! 😄

@mattlewis92
Copy link
Owner

Np, happy to help! 😀

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