fix: pages app layout height (#925)

This commit is contained in:
Aaryan Khandelwal
2024-08-26 11:40:17 +05:30
committed by GitHub
parent 916631aa9f
commit 7438fd680c
2 changed files with 3 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ export default function WorkspacePagesLayout({ children }: { children: React.Rea
>
<>
<PagesAppCommandPalette />
<div className="relative flex h-screen w-full overflow-hidden">
<div className="relative flex h-full w-full overflow-hidden">
<PagesAppSidebar />
<main className="relative flex h-full w-full flex-col overflow-hidden bg-custom-background-100">
{children}

View File

@@ -54,8 +54,9 @@ export const FreeTrialBanner: FC = observer(() => {
rel="noopener noreferrer"
className="underline underline-offset-4 hover:font-bold transition-all"
>
Pro features.
Pro features
</a>
.
</div>
<div className="flex-shrink-0">
<Button variant="outline-primary" size="sm" onClick={() => setPricingModalOpen(true)}>