mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-18 06:03:49 +00:00
Revert "Updated AddMemory.tsx component to fix overflow memory category/tabs UI "
This commit is contained in:
parent
21e6a96094
commit
0e425e31e1
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ export function AddMemoryModal({
|
|||
activeTab === "integrations" && "lg:col-span-3",
|
||||
)}
|
||||
>
|
||||
<TabsList className="border md:flex-col md:h-full h-max md:justify-start md:space-y-2 bg-[#FAFBFC] dark:bg-zinc-800 md:col-span-1 p-2 flex flex-row justify-between overflow-x-auto md:overflow-visible shrink-0 overflow-auto">
|
||||
<TabsList className="border md:flex-col md:h-full h-max md:justify-start md:space-y-2 bg-[#FAFBFC] dark:bg-zinc-800 md:col-span-1 p-2 flex flex-row justify-between overflow-x-auto md:overflow-visible shrink-0">
|
||||
<TabsTrigger
|
||||
className="w-full justify-start text-left px-4 py-3 rounded-lg border border-transparent data-[state=active]:border-indigo-500/20 data-[state=active]:bg-indigo-500/10 hover:bg-zinc-100 dark:hover:bg-zinc-700 flex flex-col items-start gap-2 transition-all duration-200 hover:shadow-sm"
|
||||
id="url-tab"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue