diff --git a/feature/lecture_view/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/lecture_view/LectureScreenBody.kt b/feature/lecture_view/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/lecture_view/LectureScreenBody.kt index d938d592f..de6dd0c91 100644 --- a/feature/lecture_view/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/lecture_view/LectureScreenBody.kt +++ b/feature/lecture_view/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/lecture_view/LectureScreenBody.kt @@ -103,7 +103,7 @@ internal fun LectureScreenBody( OverviewTab( modifier = Modifier - .fillMaxWidth() + .fillMaxSize() .padding(horizontal = 8.dp), description = lecture.description, lectureUnits = lectureUnits,