Connect Admin release 30th August 2023 #4

Merged
k.triantafyllou merged 8 commits from develop into master 2023-08-30 12:49:33 +02:00
1 changed files with 9 additions and 3 deletions
Showing only changes of commit cf3dab89f7 - Show all commits

View File

@ -346,8 +346,14 @@
}
}
.uk-dropdown.options {
max-height: 198px; /* 31px each line height, 5+5 margin top+bottom, 1+1 border top+bottom */
overflow: auto;
.uk-dropdown {
&.options {
max-height: 198px; /* 31px each line height, 5+5 margin top+bottom, 1+1 border top+bottom */
overflow: auto;
}
& .mat-calendar-body-selected {
color: @global-inverse-color;
}
}