This commit is contained in:
Timothy Jaeryang Baek 2026-06-29 04:37:38 -05:00
parent 718b226177
commit b617d56c60

View file

@ -21,7 +21,7 @@
export let contentClass = '';
/** Max height for the dropdown content */
export let maxHeight = '18rem';
export let maxHeight = 'min(32rem, calc(100dvh - 2rem))';
/** Side offset in px */
export let sideOffset = 4;