mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
refac
This commit is contained in:
parent
718b226177
commit
b617d56c60
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue