-
-
Notifications
You must be signed in to change notification settings - Fork 866
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
Even .cal-hour elements show body background #951
Labels
Comments
Thanks so much for opening an issue! If you'd like me to give priority to answering your issue or would just like to support this project, then please consider supporting me on Patreon |
Ahh I see now, it's because the demos use bootstrap which is fixing whatever issue is causing the problem, thanks! 😄 |
Should be fixed now in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
If you have a background color set on your container, which holds the mwl-calendar-day-view, a line is drawn on the right side of even cal-hour elements.
To avoid this, I changed the angular-calendar.css as follows:
I don't know if this is the right way to do so, but for me it woked :)
Minimal reproduction of the problem with instructions
For reproduction, just apply a color (except white and #fafafa of course) to your e.g. body and add the mwl-calendar-day-view component to your app component.
Screenshots
Versions
@angular/core
: 7.2.13angular-calendar
: 0.27.3The text was updated successfully, but these errors were encountered: