Skip to content

Commit

Permalink
✨ (data page) restrict Grapher to reasonable min height
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Dec 13, 2024
1 parent 28ba2e4 commit a813d62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion site/DataPageContent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
// doesn't cover the full viewport height
@include sm-up {
height: #{math.div(1, $ideal-ratio) * 100}vw;
min-height: $orientation-height;
max-height: calc(100vh - $header-height-sm - 110px);
}

Expand Down

0 comments on commit a813d62

Please sign in to comment.