Skip to content

Commit

Permalink
fix: correct search layout width
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Aug 15, 2020
1 parent 7342ee6 commit e2ef706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</transition>

<transition name="search">
<div v-if="search.isActive" class="fixed z-40 h-screen">
<div v-if="search.isActive" class="fixed z-40 w-full h-screen">
<Search class="h-full bg-black bg-opacity-25" />
</div>
</transition>
Expand Down

0 comments on commit e2ef706

Please sign in to comment.