We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e126b60 commit be1eb80Copy full SHA for be1eb80
frontend/src/pages/McpServersPage.tsx
@@ -234,8 +234,8 @@ export function McpServersPage() {
234
};
235
236
return (
237
- <div className="w-full">
238
- <div className="mx-auto w-full max-w-4xl px-6 py-8 flex-1 flex flex-col">
+ <div className="w-full h-full overflow-y-auto">
+ <div className="mx-auto w-full max-w-4xl px-6 py-8 flex flex-col min-h-full">
239
{/* Page Header */}
240
<div className="mb-6">
241
<button
@@ -252,7 +252,7 @@ export function McpServersPage() {
252
</div>
253
254
{/* Main Content */}
255
- <div className="flex-1 overflow-y-auto">
+ <div className="flex-1">
256
{isLoading ? (
257
<div className="flex items-center justify-center p-8">
258
<div className="text-sm text-muted-foreground">
0 commit comments