We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a803f5f commit 2797f57Copy full SHA for 2797f57
src/card/Card.tsx
@@ -209,7 +209,7 @@ const NeoCard = ({
209
if (expanded) {
210
return (
211
<Dialog open={expanded} aria-labelledby='form-dialog-title' className='dialog-xxl'>
212
- <Dialog.Content style={{ height: document.documentElement.clientHeight }}>{component}</Dialog.Content>
+ <Dialog.Content style={{ height: document.documentElement.clientHeight - 200 }}>{component}</Dialog.Content>
213
</Dialog>
214
);
215
}
0 commit comments