fix(builderpage): resolve section-dialog height overflow for mobile and adjust sidebar font and spacing styles

This commit is contained in:
Karanrajsinh
2024-11-30 19:32:04 +05:30
parent e29f973889
commit d84aeee968
16 changed files with 58 additions and 48 deletions

View File

@ -161,7 +161,7 @@ export const LeftSidebar = () => {
</div>
<ScrollArea orientation="vertical" className="h-screen flex-1 pb-16 lg:pb-0">
<div ref={containterRef} className="grid gap-y-6 p-6 @container/left">
<div ref={containterRef} className="grid gap-y-10 p-6 @container/left">
<BasicsSection />
<Separator />
<SummarySection />