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

This commit is contained in:
Natã
2026-02-20 02:54:37 -03:00
committed by GitHub
parent 26c38a90f2
commit dbab0fe8da
3 changed files with 3 additions and 3 deletions

View File

@@ -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"