Skip to content

Commit

Permalink
Update Popup.scss fix #37
Browse files Browse the repository at this point in the history
  • Loading branch information
petertheprocess authored Apr 17, 2024
1 parent 9d2d375 commit 630ef2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/ui/Popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
}
.popup-content {
height: 100%; // fill the height of the popup
height: 100%;
padding: 20px;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 630ef2b

Please sign in to comment.