mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
fix: Scroll de l'emploi du temps élève
This commit is contained in:
@ -55,7 +55,6 @@ export default function Page() {
|
|||||||
establishmentId={selectedEstablishmentId}
|
establishmentId={selectedEstablishmentId}
|
||||||
modeSet={PlanningModes.PLANNING}
|
modeSet={PlanningModes.PLANNING}
|
||||||
>
|
>
|
||||||
{/* <div className="flex h-full overflow-hidden"> */}
|
|
||||||
<div className="flex h-full overflow-hidden">
|
<div className="flex h-full overflow-hidden">
|
||||||
<ScheduleNavigation />
|
<ScheduleNavigation />
|
||||||
<Calendar
|
<Calendar
|
||||||
|
|||||||
@ -88,7 +88,7 @@ const Calendar = ({ modeSet, onDateClick, onEventClick }) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex-1 flex h-full flex-col">
|
<div className="flex-1 flex flex-col">
|
||||||
<div className="flex items-center justify-between p-4 bg-white sticky top-0 z-30 border-b shadow-sm h-[64px]">
|
<div className="flex items-center justify-between p-4 bg-white sticky top-0 z-30 border-b shadow-sm h-[64px]">
|
||||||
{/* Navigation à gauche */}
|
{/* Navigation à gauche */}
|
||||||
<div className="flex items-center gap-4">
|
<div className="flex items-center gap-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user