Skip to content

Commit 6931741

Browse files
committed
Fix overlay styling for Add to Collection Overlay for sketch list
1 parent 2ce36be commit 6931741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/styles/components/_overlay.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.overlay {
2-
position: absolute;
2+
position: fixed;
33
top: 0;
44
left: 0;
55
right: 0;

0 commit comments

Comments
 (0)