We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f2709e + 5e211eb commit 97427c8Copy full SHA for 97427c8
1 file changed
resources/js/tasks/components/ParticipantHomeScreen.vue
@@ -31,7 +31,13 @@
31
32
<div
33
ref="processInfo"
34
- class="tw-overflow-hidden tw-flex-1 tw-pb-4">
+ class="tw-flex-1 tw-pb-4"
35
+ :class="
36
+ selectedProcess === 'inbox'
37
+ ? 'tw-overflow-hidden'
38
+ : 'tw-overflow-auto'
39
+ "
40
+ >
41
<div v-if="selectedProcess === 'inbox'">
42
<div class="px-3 page-content mb-0">
43
<div class="row">
0 commit comments