mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 04:33:42 +08:00
[resumes][feat] use overflow-auto instead
This commit is contained in:
@ -361,7 +361,7 @@ export default function ResumeHomePage() {
|
||||
</Transition.Root>
|
||||
</div>
|
||||
|
||||
<main className="h-[calc(100vh-4rem)] flex-1 overflow-y-scroll">
|
||||
<main className="h-[calc(100vh-4rem)] flex-1 overflow-y-auto">
|
||||
<div className="ml-4 py-4">
|
||||
<ResumeReviewsTitle />
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user