Skip to content

Commit

Permalink
add 'h-100vh' to main container
Browse files Browse the repository at this point in the history
add 'h-100vh' to main container to fix input box is not fixed at the bottom.
  • Loading branch information
ninvfeng committed May 6, 2023
1 parent 0e73cb7 commit 9ceb7cb
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 9ceb7cb

Please sign in to comment.