Skip to content

Commit

Permalink
fix: 🐛 scroll in timetable (kolplattformen#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
kajetan-kazimierczak authored Dec 10, 2021
1 parent 66286ae commit f844a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/skolplattformen-app/components/week.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit f844a3c

Please sign in to comment.