fix: Scroll de l'emploi du temps élève

This commit is contained in:
N3WT DE COMPET
2025-05-06 23:13:53 +02:00
parent 980f169c1d
commit f38a4414c2
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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">