mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
fix: clip settings modal contents to its rounded corners (#27617)
This commit is contained in:
parent
b1dc945bd6
commit
7ea46a37d0
1 changed files with 1 additions and 1 deletions
|
|
@ -925,7 +925,7 @@
|
|||
<Modal
|
||||
size="full"
|
||||
containerClassName="p-4 sm:p-6 lg:p-8"
|
||||
className="!w-[calc(100vw-2rem)] sm:!w-[calc(100vw-3rem)] lg:!w-[calc(100vw-4rem)] !max-w-[80rem] h-[min(max(54rem,80dvh),calc(100dvh-4rem))] max-h-[calc(100dvh-4rem)] flex flex-col md:flex-row bg-white dark:bg-gray-900 rounded-4xl"
|
||||
className="!w-[calc(100vw-2rem)] sm:!w-[calc(100vw-3rem)] lg:!w-[calc(100vw-4rem)] !max-w-[80rem] h-[min(max(54rem,80dvh),calc(100dvh-4rem))] max-h-[calc(100dvh-4rem)] flex flex-col md:flex-row bg-white dark:bg-gray-900 rounded-4xl overflow-hidden"
|
||||
bind:show={modalShow}
|
||||
>
|
||||
<nav
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue