mattlewis92 / angular-calendar

A flexible calendar component for angular 15.0+ that can display events on a month, week or day view.
https://mattlewis92.github.io/angular-calendar/
MIT License
2.73k stars 866 forks source link

Change all day events height (Calendar Week View) #1522

Open themistoklis-bogiatzoglou opened 3 years ago

themistoklis-bogiatzoglou commented 3 years ago

Describe the bug

I am trying to increase the height of the all day events but the events instead of stacking, they overlap between each other Is there any way to increase the height of the all day events in the week view and the draggable will work aswell without issues?

Minimal reproduction of the problem with instructions

Stackblitz

Screenshots

Actual: image

Expected: image

Versions

matts-bot[bot] commented 3 years ago

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 sponsoring me

Diegoxlus commented 2 years ago

I have the same problem, I would like the events of the whole day to adapt depending on the size of the title.

boehmmatthias commented 2 days ago

related scss line: https://github.com/mattlewis92/angular-calendar/blob/987fa74220e84d85265b01e53e248932ad1a3da6/projects/angular-calendar/src/modules/week/calendar-week-view/calendar-week-view.scss#L193

this is hardcoded 😌