Skip to content

Commit ab3f5fd

Browse files
fix: ensure full-height layout (#1724)
When content within a sequence was shorter than the height of the browser viewport, the `.sequence-container > .outline-sidebar-wrapper` element does not expand appropriately. This caused the course outline sidebar to be partially or completely hidden from view.
1 parent 73eaf61 commit ab3f5fd

File tree

8 files changed

+302
-293
lines changed

8 files changed

+302
-293
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@edx/frontend-component-footer": "^14.6.0",
3939
"@edx/frontend-component-header": "^6.2.0",
4040
"@edx/frontend-lib-learning-assistant": "^2.20.0",
41-
"@edx/frontend-lib-special-exams": "^3.5.0",
41+
"@edx/frontend-lib-special-exams": "^4.0.0",
4242
"@edx/frontend-platform": "^8.3.1",
4343
"@edx/openedx-atlas": "^0.7.0",
4444
"@edx/react-unit-test-utils": "^4.0.0",

0 commit comments

Comments
 (0)