Skip to content

Commit 203487c

Browse files
authored
Merge pull request #929 from umbraco/v1/bugfix/combobox-safari
Bugfix: Combobox not working in Safari
2 parents fd27350 + c95b709 commit 203487c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/uui-combobox/lib/uui-combobox.element.ts

-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ export class UUIComboboxElement extends UUIFormControlMixin(LitElement, '') {
407407
border: 1px solid var(--uui-color-border);
408408
border-radius: var(--uui-border-radius);
409409
width: 100%;
410-
height: 100%;
411410
box-sizing: border-box;
412411
box-shadow: var(--uui-shadow-depth-3);
413412
}

0 commit comments

Comments
 (0)