Skip to content

Commit

Permalink
feat: add 'h-100vh' to main container (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninvfeng committed May 6, 2023
1 parent 0e73cb7 commit d0b6e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Main.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import '@/assets/transition.css'
import Conversation from './main/Conversation'
---

<main class="relative flex-1 flex flex-col overflow-hidden bg-base">
<main class="relative h-100vh flex-1 flex flex-col overflow-hidden bg-base">
<Header client:load />
<main class="flex-1 mt-14 flex flex-col overflow-hidden">
<!-- <ConversationConfiguration /> -->
Expand Down

0 comments on commit d0b6e93

Please sign in to comment.