feat: background depth

This commit is contained in:
Eric Lewis 2024-02-26 22:31:03 -05:00
parent 012beaad57
commit 48c569c371

View File

@ -12,7 +12,7 @@ const OrgSlug = () => {
<Sidebar /> <Sidebar />
</div> </div>
<div className="col-span-4 h-full p-3 overflow-y-hidden"> <div className="col-span-4 h-full p-3 overflow-y-hidden">
<div className="bg-white rounded-3xl h-full overflow-y-auto"> <div className="bg-white rounded-3xl h-full overflow-y-auto shadow-sm">
<OctokitProvider> <OctokitProvider>
<Outlet /> <Outlet />
</OctokitProvider> </OctokitProvider>