fix: search header overlap with new conversation form (#13548)
This commit is contained in:
@@ -47,7 +47,7 @@ defineProps({
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
v-if="isComingSoon"
|
v-if="isComingSoon"
|
||||||
class="absolute inset-0 flex items-center justify-center backdrop-blur-[2px] rounded-2xl bg-gradient-to-br from-n-background/90 via-n-background/70 to-n-background/95 cursor-not-allowed"
|
class="absolute inset-0 flex items-center justify-center backdrop-blur-[2px] rounded-2xl bg-gradient-to-br from-n-surface-1/90 via-n-surface-1/70 to-n-surface-1/95 cursor-not-allowed"
|
||||||
>
|
>
|
||||||
<span class="text-n-slate-12 font-medium text-sm">
|
<span class="text-n-slate-12 font-medium text-sm">
|
||||||
{{ $t('CHANNEL_SELECTOR.COMING_SOON') }} 🚀
|
{{ $t('CHANNEL_SELECTOR.COMING_SOON') }} 🚀
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ const titleCase = computed(() => props.title.toLowerCase());
|
|||||||
<section class="mx-0 mb-3">
|
<section class="mx-0 mb-3">
|
||||||
<div
|
<div
|
||||||
v-if="showTitle"
|
v-if="showTitle"
|
||||||
class="sticky top-0 pt-2 py-3 z-50 bg-gradient-to-b from-n-background from-80% to-transparent mb-3 -mx-1.5 px-1.5"
|
class="sticky top-0 pt-2 py-3 z-20 bg-gradient-to-b from-n-surface-1 from-80% to-transparent mb-3 -mx-1.5 px-1.5"
|
||||||
>
|
>
|
||||||
<h3 class="text-sm text-n-slate-11">{{ title }}</h3>
|
<h3 class="text-sm text-n-slate-11">{{ title }}</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ const handleAssignLabels = labels => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<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
|
<BulkSelectBar
|
||||||
v-model="selectionModel"
|
v-model="selectionModel"
|
||||||
|
|||||||
Reference in New Issue
Block a user