Skip to content

Commit

Permalink
improve settings height
Browse files Browse the repository at this point in the history
  • Loading branch information
yhattav committed Dec 12, 2024
1 parent 72383de commit 7afe40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
position: absolute;
bottom: 80px;
right: 20px;
max-height: calc(100vh - 100px);
max-height: calc(100vh - 200px);
width: 280px;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 7afe40c

Please sign in to comment.