Skip to content

Commit 4f3e09e

Browse files
committed
fix: modal not scrollable
1 parent 8bba884 commit 4f3e09e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/AdminDashboard.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ const { selectedPage, showFeedbackModal, currentPage, itemsPerPage, paginatedFee
435435
size="sm"
436436
variant="ghost"
437437
color="neutral"
438-
icon="i-lucide-link"
438+
icon="i-lucide-external-link"
439439
:to="`https://nuxt.com${selectedPage.path}`"
440440
target="_blank"
441441
/>
@@ -506,7 +506,7 @@ const { selectedPage, showFeedbackModal, currentPage, itemsPerPage, paginatedFee
506506
Individual Feedback
507507
</h4>
508508
<div class="space-y-4">
509-
<div class="space-y-3">
509+
<div class="space-y-3 max-h-[400px] overflow-y-auto">
510510
<FeedbackItem
511511
v-for="(feedback, index) in paginatedFeedback"
512512
:key="index"

0 commit comments

Comments
 (0)