Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix: remove gap below course iframe
Browse files Browse the repository at this point in the history
Bug exists in vanilla Blackboard Ultra too
  • Loading branch information
adil192 committed Jan 30, 2024
1 parent b59a2d1 commit ad16075
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,13 @@
.bb-offcanvas-panel.full {
width: calc(100% - 3rem) !important;
}
.iframe-wrapper {
height: 100% !important;
padding-bottom: 0 !important;
}
.iframe-wrapper iframe {
height: 100% !important;
}
}
@media screen and (width <= 63.9375em) {
.base-header {
Expand Down
8 changes: 8 additions & 0 deletions styles/_online.manchester.ac.uk_ultra.scss
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,14 @@ button.anchor,
.bb-offcanvas-panel.full {
width: calc(100% - 3rem) !important;
}
.iframe-wrapper {
height: 100% !important;
padding-bottom: 0 !important;

iframe {
height: 100% !important;
}
}
}

@media screen and (width <= 63.9375em) {
Expand Down

0 comments on commit ad16075

Please sign in to comment.