Skip to content

Commit

Permalink
Merge pull request #2630 from benwbrum/2622-fix-editor-min-height
Browse files Browse the repository at this point in the history
Fix editor min height
  • Loading branch information
saracarl authored Jun 14, 2021
2 parents 0676e0b + 47b6574 commit 2e14d95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/sections/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@
display: flex;
box-sizing: border-box;
flex-direction: column;

[data-layout-mode='ttb'] &,
[data-layout-mode='btt'] & {
min-height: calc((100vh - 74px - 3rem) / 2);
}
}

.page-imagescan {
Expand Down

0 comments on commit 2e14d95

Please sign in to comment.