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

Commit

Permalink
fix height of DAG on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
chriddyp committed Apr 22, 2019
1 parent 84c484b commit f5c1a1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
bottom: 165px;
right: 16px;
max-width: 80vw;
max-height: 80vh;
max-height: calc(100vh - 180px);
overflow: auto;
box-sizing: border-box;
background: #ffffff;
Expand Down

0 comments on commit f5c1a1f

Please sign in to comment.