Skip to content

Commit

Permalink
fix: popup header icon top alignment (#575)
Browse files Browse the repository at this point in the history
style: popup header i top code modification

Signed-off-by: Minsu <[email protected]>
Co-authored-by: Michael Crenshaw <[email protected]>
  • Loading branch information
Gaic4o and crenshaw-dev authored Oct 11, 2024
1 parent 45b5ce2 commit 54f36c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/popup/popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $popup-border-radius: 8px;
float: right;
position: absolute;
right: 20px;
top: 20px;
top: 5px;
cursor: pointer;
}

Expand Down

0 comments on commit 54f36c7

Please sign in to comment.