Skip to content

Commit dc11d6d

Browse files
committed
fix: mask layer css not working (#621, #574)
1 parent 1859644 commit dc11d6d

File tree

1 file changed

+1
-1
lines changed
  • src/content-script/limit/modal/style

1 file changed

+1
-1
lines changed

src/content-script/limit/modal/style/modal.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body {
1313
width: 100vw;
1414
padding: 0;
1515
margin: 0;
16-
position: absolute;
16+
position: fixed;
1717
top: 0;
1818
left: 0;
1919
z-index: 999999;

0 commit comments

Comments
 (0)