mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 19:21:33 +10:00
fix(builderpage): resolve section-dialog height overflow for mobile and adjust sidebar font and spacing styles
This commit is contained in:
@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user