Skip to content

Commit

Permalink
Merge pull request #1762 from sul-dlss/sidebar-cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo authored Nov 17, 2023
2 parents bbc149d + c6694bb commit f5406b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/media.scss
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
}

.sul-embed-media-file {
height: calc(100% - 54px);;
height: 100%;
}

.button-label {
Expand All @@ -263,7 +263,7 @@
.media-component-body {
display: flex;
flex-grow: 1;
height: 100%;
max-height: calc(100vh - 58px);

.sul-embed-media-wrapper {
display: inline-block;
Expand Down

0 comments on commit f5406b3

Please sign in to comment.