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

Allow events to expand for moused over or touched events in Weekly Caledar #2183

Open
rsalsbery opened this issue Aug 27, 2024 · 0 comments
Open

Comments

@rsalsbery
Copy link

In working on an issue for a customer I found that by adding overflow: visible; with custom CSS to a Weekly Calendar in the CSS below, you could make the event block expand when mousing over it:

.cal-weekly-grid>.grid-item:hover {
    z-index: 10001!important;
    overflow: visible;
}

This allows users to expand the event block on particularly large Weekly Calendars so that they can see the event. I believe this would be a good value add for our Weekly calendar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant