feat: background depth
This commit is contained in:
parent
012beaad57
commit
48c569c371
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user