feature(shared-filter, ui-datepicker): Adjusted Filter Height and Scrolling Behavior

Ref: #5534
This commit is contained in:
Nino
2025-12-18 15:54:37 +01:00
parent de3edaa0f9
commit 8007cf5250
4 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
:host {
@apply block flex-grow w-full;
@apply block flex-grow w-full;
}

View File

@@ -1,3 +1,3 @@
.filter-checkbox-input {
@apply inline-block w-full p-6 text-isa-neutral-900 overflow-scroll max-h-96;
@apply inline-block w-full p-6 text-isa-neutral-900;
}

View File

@@ -0,0 +1,7 @@
.filter-input-renderer {
@apply overflow-hidden overflow-y-scroll max-h-96;
&:has(filter-datepicker-range-input) {
@apply max-h-[31rem];
}
}

View File

@@ -3,7 +3,7 @@
}
.ui-month-year-body__list {
@apply min-h-80 max-h-80 flex flex-col overflow-hidden overflow-y-scroll px-1;
@apply flex flex-col px-1;
}
.ui-month-year-body__list-element {