mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-20 00:35:35 -05:00
refac
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user