mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 14:01:45 +02:00
adjusted overflow for sidebar
This commit is contained in:
@@ -5,7 +5,7 @@ import { NotificationsSidebarRoot } from "@/components/workspace-notifications";
|
||||
|
||||
export default function ProjectInboxIssuesLayout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<div className="relative w-full h-full flex items-center">
|
||||
<div className="relative w-full h-full overflow-hidden flex items-center">
|
||||
<NotificationsSidebar />
|
||||
<div className="w-full h-full overflow-hidden overflow-y-auto">{children}</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user