fix: 🐛 scroll in timetable (#597)

This commit is contained in:
Kajetan Kazimierczak 2021-12-11 00:49:14 +01:00 committed by GitHub
parent 66286ae9b8
commit f844a3cdd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -181,12 +181,12 @@ export const Week = ({ child }: WeekProps) => {
const themedStyles = StyleService.create({
view: {
backgroundColor: 'background-basic-color-1',
maxHeight: '60%',
maxHeight: '65%',
paddingBottom: 0,
margin: 0,
},
innerView: {
paddingBottom: 60,
paddingBottom: 170,
margin: 0,
},
part: {