Skip to content

Commit

Permalink
Use "small viewport" for max height of dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Mar 5, 2024
1 parent c7a9bcb commit 3682eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ html, body {
display: flex;
flex-direction: column;
height: 100vh;
height: 100svh;
justify-content: stretch;
overflow: hidden;
position: relative;
Expand Down

0 comments on commit 3682eed

Please sign in to comment.