Skip to content

Commit 77e91bf

Browse files
authored
Merge pull request #639 from AOEpeople/fix/271656_event-scroll-bar
Add missing scrollbar to EventPopup
2 parents bb4993c + c0010e0 commit 77e91bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/src/components/eventParticipation/EventPopup.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/>
77
<PopupModal :isOpen="showParticipations">
88
<!-- maincontainer with padding -->
9-
<div class="min-w-[576px] p-[16px] pt-[10px]">
9+
<div class="max-h-96 min-w-[300px] overflow-y-auto p-[16px] pt-[10px] sm:min-w-[576px]">
1010
<!-- inner container with content in full width -->
1111
<div class="w-full">
1212
<!-- dialog and close icon -->

0 commit comments

Comments
 (0)