We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb4993c + c0010e0 commit 77e91bfCopy full SHA for 77e91bf
src/Resources/src/components/eventParticipation/EventPopup.vue
@@ -6,7 +6,7 @@
6
/>
7
<PopupModal :isOpen="showParticipations">
8
<!-- maincontainer with padding -->
9
- <div class="min-w-[576px] p-[16px] pt-[10px]">
+ <div class="max-h-96 min-w-[300px] overflow-y-auto p-[16px] pt-[10px] sm:min-w-[576px]">
10
<!-- inner container with content in full width -->
11
<div class="w-full">
12
<!-- dialog and close icon -->
0 commit comments