feat: label color description for timeline

This commit is contained in:
Björn Fromme
2025-03-25 10:51:29 +01:00
parent bfa5fa7866
commit 207eda6df1
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
.scroll-container {
@apply overflow-scroll;
max-height: calc(100vh - 240px);
max-height: calc(100vh - 320px);
}