fix: Dropdown menu issues (#10364)

This commit is contained in:
Sivin Varghese
2024-10-29 16:10:35 +05:30
committed by GitHub
parent 55dfd7db50
commit aa57431c48
10 changed files with 73 additions and 82 deletions

View File

@@ -52,7 +52,7 @@ onMounted(() => {
<template>
<div
class="flex flex-col absolute w-[400px] bg-n-alpha-3 backdrop-blur-[100px] shadow-lg gap-6 rounded-xl p-6"
class="flex flex-col absolute w-[400px] bg-n-alpha-3 outline outline-1 outline-n-container backdrop-blur-[100px] shadow-lg gap-6 rounded-xl p-6"
>
<div class="flex items-center justify-between">
<h3>

View File

@@ -147,7 +147,9 @@ const handleBreadcrumbClick = () => {
</OnClickOutside>
</div>
<div class="w-px h-3.5 rounded my-auto bg-slate-75 dark:bg-slate-800" />
<span class="text-sm font-medium text-slate-800 dark:text-slate-100">
<span
class="min-w-0 text-sm font-medium truncate text-slate-800 dark:text-slate-100"
>
{{
t('HELP_CENTER.CATEGORY_PAGE.CATEGORY_HEADER.CATEGORIES_COUNT', {
n: categoriesCount,