feat: remove sticky
This commit is contained in:
parent
9470a550c3
commit
cf190ee0ca
|
|
@ -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 && (
|
||||
|
|
|
|||
Loading…
Reference in New Issue