fix permission scrolling not making it to save or cancel (#2541)
This commit is contained in:
@@ -182,13 +182,12 @@ export default function PermissionModal({ extensionName, onClose }: PermissionMo
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
{footerContent && (
|
||||||
|
<div className="border-t border-borderSubtle bg-bgApp w-full rounded-b-xl overflow-hidden">
|
||||||
|
{footerContent}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{footerContent && (
|
|
||||||
<div className="border-t border-borderSubtle bg-bgApp w-full rounded-b-xl overflow-hidden">
|
|
||||||
{footerContent}
|
|
||||||
</div>
|
|
||||||
)}
|
|
||||||
</Dialog.Content>
|
</Dialog.Content>
|
||||||
</Dialog.Portal>
|
</Dialog.Portal>
|
||||||
</Dialog.Root>
|
</Dialog.Root>
|
||||||
|
|||||||
Reference in New Issue
Block a user