scrollbars and small css changes

This commit is contained in:
wrzesinski-hubert
2020-11-22 17:22:13 +01:00
parent 6de97c107e
commit f06830e4d2
8 changed files with 33 additions and 32 deletions

View File

@ -80,7 +80,6 @@ export const Scheduler = () => {
}, []);
return (
<>
<SchedulerWrapper>
<TableHead>
{days.map((day, indexCell) =>
@ -128,6 +127,5 @@ export const Scheduler = () => {
<SchedulerEvents cellWidth={cellWidth} cellHeight={cellHeight} />
</TableBody>
</SchedulerWrapper>
</>
);
};