From 5c81ad3145764c2012f457eaa380d5f2885aaf1b Mon Sep 17 00:00:00 2001 From: Kajetan Kazimierczak Date: Thu, 30 Sep 2021 01:01:52 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Begr=C3=A4nsa=20h=C3=B6jd?= =?UTF-8?q?en=20p=C3=A5=20schemat=20(#495)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/app/components/week.component.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/app/components/week.component.tsx b/packages/app/components/week.component.tsx index 0c6d5fa8..9bd78d59 100644 --- a/packages/app/components/week.component.tsx +++ b/packages/app/components/week.component.tsx @@ -122,8 +122,8 @@ export const Week = ({ child }: WeekProps) => { }, [lessons]) return showSchema ? ( - - + + setSelectedIndex(index)} @@ -157,6 +157,13 @@ export const Week = ({ child }: WeekProps) => { const themedStyles = StyleService.create({ view: { backgroundColor: 'background-basic-color-1', + maxHeight: '60%', + paddingBottom: 0, + margin: 0, + }, + innerView: { + paddingBottom: 60, + margin: 0, }, part: { backgroundColor: 'transparent',