fix: make header sticky

(cherry picked from commit 3c1ce1fe2741a5d2f4faa4a0a5be71f188439f07)
This commit is contained in:
Shariq Ansari 2025-06-24 12:11:39 +05:30 committed by Mergify
parent ee6c16c78d
commit af6994f8fc

View File

@ -59,7 +59,10 @@
</div>
<!-- Users List -->
<div v-if="!users.loading && users.data?.crmUsers?.length > 1">
<div
class="flex flex-col overflow-hidden"
v-if="!users.loading && users.data?.crmUsers?.length > 1"
>
<div class="flex items-center justify-between mb-4">
<TextInput
ref="searchRef"
@ -83,7 +86,7 @@
]"
/>
</div>
<ul class="divide-y divide-outline-gray-modals overflow-auto">
<ul class="divide-y divide-outline-gray-modals overflow-y-auto">
<template v-for="user in usersList" :key="user.name">
<li class="flex items-center justify-between py-2">
<div class="flex items-center">