Skip to content

Commit

Permalink
Keep div line after modal header stationary
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiller committed Sep 19, 2023
1 parent da07909 commit 63931cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nginx/public/node/frontend/public/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@ body.propagate-height {
.modal-content {
height: 100%;
}
.modal-header{
min-height:auto;
}

#manuscript-data-container {
// Relative-position the container so that percentage-based dimensions are calculated relative to it
Expand Down

0 comments on commit 63931cf

Please sign in to comment.