fix: search header overlap with new conversation form (#13548)

This commit is contained in:
Natã
2026-04-14 16:36:05 +05:30
committed by aakashb95
parent 15ee703b52
commit 5ae27e6773
3 changed files with 3 additions and 3 deletions
@@ -94,7 +94,7 @@ const handleAssignLabels = labels => {
<template>
<div
class="sticky top-0 z-10 bg-gradient-to-b from-n-background from-90% to-transparent px-6 pt-1 pb-2"
class="sticky top-0 z-10 bg-gradient-to-b from-n-surface-1 from-90% to-transparent pt-1 pb-2"
>
<BulkSelectBar
v-model="selectionModel"