mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-27 07:58:31 -06:00
scrolling and spacing
This commit is contained in:
@@ -13,8 +13,8 @@ export default async function CoursePage({}: {}) {
|
||||
<div className="h-full flex flex-col">
|
||||
<DragStyleContextProvider>
|
||||
<DraggingContextProvider>
|
||||
<div className="flex flex-row min-h-0">
|
||||
<div className="flex-1 min-h-0 flex flex-col">
|
||||
<div className="flex flex-row h-full">
|
||||
<div className="flex-1 h-full flex flex-col">
|
||||
<CourseNavigation />
|
||||
<CourseCalendar />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user