Skip to content

Commit

Permalink
fix: 🐛 Fix overflow issue when too many forables available in popup
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBroughton committed Nov 23, 2023
1 parent 22be0bf commit 4613076
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/serious-pugs-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"forager": patch
---

Fix overflow issue when too many forables available in popup
2 changes: 1 addition & 1 deletion src/components/ReferenceImages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const isSliced = ref(true)
</script>

<template>
<div class="overflow-hidden">
<div class="overflow-scroll max-h-72">
<Transition name="slide" mode="out-in">
<div v-if="!isSliced">
<div class="grid gap-4 grid-cols-3 my-4">
Expand Down

0 comments on commit 4613076

Please sign in to comment.