Skip to content

Commit a8f4b86

Browse files
committed
Display popup message in upper-right side
1 parent b45feab commit a8f4b86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

static/css/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ progress {
2525
color: black;
2626
}
2727
.popup-message {
28-
position: fixed;
29-
top: 50%;
30-
left: 50%;
28+
position: absolute;
29+
top: 20px;
30+
right: 20px;
3131
transform: translate(-50%, -50%);
3232
background-color: #fff;
3333
border: 1px solid #999;

0 commit comments

Comments
 (0)