fix: Style issue with conversation header (#11655)

This commit is contained in:
Sivin Varghese
2025-06-03 15:21:30 +05:30
committed by GitHub
parent 02c4863d95
commit ff0ad53f49
6 changed files with 15 additions and 14 deletions

View File

@@ -134,7 +134,7 @@ onUnmounted(() => {
<SLAPopoverCard
v-if="showSlaPopoverCard"
:sla-missed-events="slaEvents"
class="rtl:left-0 ltr:right-0 top-7 hidden group-hover:flex"
class="start-0 xl:start-auto xl:end-0 top-7 hidden group-hover:flex"
/>
</div>
</template>