Skip to content

Commit 4acbc8e

Browse files
fix(popup): misalignment in popup close button icon (#599)
Signed-off-by: choejwoo <[email protected]> Co-authored-by: Alexandre Gaudreault <[email protected]>
1 parent 9605428 commit 4acbc8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/popup/popup.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ $popup-border-radius: 8px;
4646

4747
i {
4848
font-size: 21px;
49+
float: right;
50+
position: absolute;
51+
right: 20px;
52+
top: 20px;
4953
cursor: pointer;
5054
}
5155

0 commit comments

Comments
 (0)