mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-09 09:24:27 +01:00
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>
|
||||
{footerContent && (
|
||||
<div className="border-t border-borderSubtle bg-bgApp w-full rounded-b-xl overflow-hidden">
|
||||
{footerContent}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
{footerContent && (
|
||||
<div className="border-t border-borderSubtle bg-bgApp w-full rounded-b-xl overflow-hidden">
|
||||
{footerContent}
|
||||
</div>
|
||||
)}
|
||||
</Dialog.Content>
|
||||
</Dialog.Portal>
|
||||
</Dialog.Root>
|
||||
|
||||
Reference in New Issue
Block a user