Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.

Commit e6522a1

Browse files
authored
Merge pull request #136 from Blargian/131_lesson_scroll
styling fix for content extending beyond bounds of lesson view
2 parents a35aed4 + a2f9160 commit e6522a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app-main/public/css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ body {
9191
.modal-lesson {
9292
max-width: 1050px;
9393
width: 95%;
94-
max-height: calc(100vh - 250px);
94+
max-height: 80vh;
9595
}
9696
.modal-lesson-title {
9797
font-size: 32px;
@@ -119,6 +119,7 @@ body {
119119
border: 1px solid rgba(0, 0, 0, 0.15);
120120
border-radius: 3px;
121121
margin: 0 0 30px 0;
122+
height: 60vh !important;
122123
}
123124

124125
.modal-lesson-body {

0 commit comments

Comments
 (0)