We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unset
1 parent bb1af17 commit d5a22c5Copy full SHA for d5a22c5
packages/autocomplete-js/src/getPanelPositionStyle.ts
@@ -39,8 +39,6 @@ export function getPanelPositionStyle({
39
top,
40
left: 0,
41
right: 0,
42
- // @TODO [IE support] IE doesn't support `"unset"`
43
- // See https://caniuse.com/#feat=css-unset-value
44
width: 'unset',
45
maxWidth: 'unset',
46
};
@@ -55,8 +53,6 @@ export function getPanelPositionStyle({
55
53
right:
56
54
environment.document.documentElement.clientWidth -
57
(formRect.left + formRect.width),
58
59
60
61
62
0 commit comments