mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
feature(shared-filter, ui-datepicker): Adjusted Filter Height and Scrolling Behavior
Ref: #5534
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
:host {
|
||||
@apply block flex-grow w-full;
|
||||
@apply block flex-grow w-full;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user