Merge branch 'main' into v17/dev
This commit is contained in:
@@ -190,7 +190,10 @@ export class UmbIconPickerModalElement extends UmbModalBaseElement<UmbIconPicker
|
||||
line-height: 0;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(40px, calc((100% / 12) - 10px)));
|
||||
grid-auto-rows: min-content;
|
||||
gap: 10px;
|
||||
height: 100%;
|
||||
align-items: flex-start;
|
||||
overflow-y: scroll;
|
||||
max-height: 100%;
|
||||
min-height: 0;
|
||||
|
||||
Reference in New Issue
Block a user