Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions desk/src/pages/ticket/MobileTicketAgent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</div>
</header>
<div v-if="ticket.data" class="flex flex-1 overflow-x-hidden">
<div class="flex flex-1 flex-col overflow-x-hidden">
<main class="flex flex-1 flex-col overflow-x-hidden">
<div class="flex-1 flex flex-col">
<Tabs
:modelValue="tabIndex"
Expand Down Expand Up @@ -132,7 +132,7 @@
"
/>
</div>
</div>
</main>
</div>
<AssignmentModal
v-if="ticket.data"
Expand Down
Loading