fix: clip settings modal contents to its rounded corners (#27617)

This commit is contained in:
G30
2026-08-17 02:12:26 -06:00
committed by GitHub
parent b1dc945bd6
commit 7ea46a37d0
+1 -1
View File
@@ -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