Skip to content

Commit

Permalink
fix: layout: replace h-screen with h-dvh
Browse files Browse the repository at this point in the history
replaced h-screen with h-dvh (dynamic viewport height)
  • Loading branch information
ssiyad authored Feb 7, 2024
2 parents e466fb4 + 8763dc3 commit bfbe128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ logs
.env
.env.*
!.env.example
bun.lockb
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div id="main" class="flex h-screen flex-col">
<div id="main" class="flex h-dvh flex-col">
<Header />
<div class="grow overflow-auto px-4 sm:px-8">
<slot />
Expand Down

0 comments on commit bfbe128

Please sign in to comment.