mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2026-09-08 10:04:06 +00:00
🎨 style: add overflow for the content
This commit is contained in:
@@ -72,7 +72,7 @@ const ProjectSearch = () => {
|
||||
</div>
|
||||
|
||||
{/* Content */}
|
||||
<section className="h-full z-0">
|
||||
<section className="h-full z-0 overflow-y-auto">
|
||||
<Outlet />
|
||||
</section>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user