Skip to content

Commit 8e7533b

Browse files
authored
Remove [contain:layout] class in ProjectLayout to fix tabs not following cursor position (supabase#35212)
1 parent 1d2418e commit 8e7533b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/components/layouts/ProjectLayout/ProjectLayout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ const ProjectLayout = forwardRef<HTMLDivElement, PropsWithChildren<ProjectLayout
208208
className={cn('w-full xl:min-w-[600px] bg-dash-sidebar')}
209209
>
210210
<main
211-
className="h-full flex flex-col flex-1 w-full overflow-y-auto overflow-x-hidden @container [contain:layout]"
211+
className="h-full flex flex-col flex-1 w-full overflow-y-auto overflow-x-hidden @container"
212212
ref={ref}
213213
>
214214
{showPausedState ? (

0 commit comments

Comments
 (0)