Skip to content

Commit 40e1472

Browse files
authored
Merge pull request #479 from CryptAlchemy/patch-2
fix: resolved "max height" typo in menu-surface
2 parents 67f45cc + b5f334f commit 40e1472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/menu-surface/src/MenuSurface.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
'bottom' in position ? `${position.bottom}px` : '';
221221
},
222222
setMaxHeight: (height) => {
223-
internalStyles.maxHeight = height;
223+
internalStyles["max-height"] = height;
224224
},
225225
});
226226

0 commit comments

Comments
 (0)