Skip to content

Commit dacd49b

Browse files
committed
fix(popup): position of mouseover link
1 parent 495f079 commit dacd49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

popup/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ a.close[data-title]:hover:after {
499499
}
500500

501501
.mouseover-link {
502-
position: absolute;
502+
position: fixed;
503503
left: 0;
504504
bottom: 0;
505505
padding: 2px;

0 commit comments

Comments
 (0)