feat: remove sticky

This commit is contained in:
Nevo David 2024-07-31 22:14:30 +07:00
parent 9470a550c3
commit cf190ee0ca
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ export const LaunchesComponent = () => {
<div className="flex flex-1 flex-col">
<div className="flex flex-1 relative">
<div className="absolute w-full h-full flex flex-1 gap-[30px] overflow-hidden overflow-y-scroll scrollbar scrollbar-thumb-tableBorder scrollbar-track-secondary">
<div className="w-[220px] bg-third p-[16px] flex flex-col gap-[24px] sticky top-0">
<div className="w-[220px] bg-third p-[16px] flex flex-col gap-[24px]">
<h2 className="text-[20px]">Channels</h2>
<div className="gap-[16px] flex flex-col">
{sortedIntegrations.length === 0 && (