Skip to content

Commit 6123ddc

Browse files
authored
fix(fe): remove stickiness of headers (#3307)
* docs: use correct port in examples * fix(fe): remove stickiness of headers
1 parent 68f2ff8 commit 6123ddc

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/routes/_context/_cloud/orgs.$organization/projects.$project/ns.$namespace

1 file changed

+1
-1
lines changed

frontend/src/routes/_context/_cloud/orgs.$organization/projects.$project/ns.$namespace/connect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export function RouteComponent() {
116116
<div className="h-full border my-2 mr-2 px-4 py-4 rounded-lg flex flex-col items-center justify-safe-center overflow-auto @container">
117117
<div className="grid grid-cols-1 @7xl:grid-cols-2 gap-8 justify-safe-center">
118118
<div className="max-w-3xl border rounded-lg w-full bg-card">
119-
<div className="mt-2 flex justify-between items-center px-6 py-4 sticky top-0">
119+
<div className="mt-2 flex justify-between items-center px-6 py-4">
120120
<H2>Create New Project</H2>
121121
</div>
122122
<p className="max-w-5xl mb-6 px-6 text-muted-foreground">

0 commit comments

Comments
 (0)