Skip to content

Commit

Permalink
fix: add min-height
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzDerock committed Sep 29, 2022
1 parent edb233b commit dc31933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default async function renderMessages({ messages, channel, callbacks, ...
}

const elements = (
<DiscordMessages>
<DiscordMessages style={{ minHeight: '100vh' }}>
{/* header */}
<DiscordHeader
guild={channel.isDMBased() ? 'Direct Messages' : channel.guild.name}
Expand Down

0 comments on commit dc31933

Please sign in to comment.