fix: horizontal scroll bar for planner

This commit is contained in:
Johannes Millan 2025-05-16 15:11:18 +02:00
parent 3d3316f24e
commit 9ff6c1da00

View file

@ -3,6 +3,7 @@
:host {
overflow: auto;
display: flex;
height: 100%;
}
.days {