Skip to content

Commit b5f334f

Browse files
authored
fix: resolved "max height" typo in menu-surface
1 parent 9fd5ee5 commit b5f334f

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)