search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Using CSS3 zoom breaks Scheduler crosshair

Asked by Albert
2 years ago.

When using the following zoom (for maxifing the scheduler), the crosshair points to a wrong row and column.

.scheduler {
zoom: 140%
}

Attached is the example.

Kind regards.

Answer posted by Dan Letecky [DayPilot]
2 years ago.

Unfortunately, the CSS-level zoom is not supported at the moment. However, you should be able to achieve a similar effect by adjusting the dimensions properties (eventHeight, headerHeight, etc.) and changing the font size.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.