mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-05 20:21:50 +02:00
🎨 Fix overscroll and make page header sticky
This commit is contained in:
parent
a48d0fd879
commit
40e52e8c71
2 changed files with 2 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
||||||
@apply border-border;
|
@apply border-border;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
@apply text-foreground overflow-y-auto overscroll-none bg-gray-200/50;
|
@apply text-foreground overflow-y-auto bg-gray-200/50;
|
||||||
font-feature-settings: "rlig" 1, "calt" 1;
|
font-feature-settings: "rlig" 1, "calt" 1;
|
||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
|
|
|
@ -67,11 +67,7 @@ export default async function Layout({
|
||||||
</div>
|
</div>
|
||||||
<Sidebar />
|
<Sidebar />
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div className={cn("grow min-h-screen lg:pl-72 bg-gray-50")}>
|
||||||
className={cn(
|
|
||||||
"grow overflow-auto lg:min-h-screen lg:pl-72 bg-gray-50",
|
|
||||||
)}
|
|
||||||
>
|
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue