Skip to content

Commit

Permalink
fix: Use dvh to make dialog fit inside viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarKlintrot authored Jul 27, 2024
1 parent bf6c1f5 commit 7bdc417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h1>MyThrow.xyz</h1>

#about-dialog > article {
padding: 0 10px;
max-height: 55vh;
max-height: 55dvh;
overflow: auto;
}

Expand Down

0 comments on commit 7bdc417

Please sign in to comment.