Skip to content

Commit 3597d73

Browse files
Update _module.less
change position absolute to fixed
1 parent 23380c0 commit 3597d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/frontend/web/css/source/_module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626

2727
.enhanced-privacy-popup {
28-
position: absolute;
28+
position: fixed;
2929
right: 0;
3030
bottom: 0;
3131
left: 0;

0 commit comments

Comments
 (0)