From 6931741813c9c945282617eb77fe1d3a91c7e2d3 Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Tue, 11 Feb 2020 16:27:33 -0500 Subject: [PATCH] Fix overlay styling for Add to Collection Overlay for sketch list --- client/styles/components/_overlay.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/styles/components/_overlay.scss b/client/styles/components/_overlay.scss index 570452a4..3e0efbad 100644 --- a/client/styles/components/_overlay.scss +++ b/client/styles/components/_overlay.scss @@ -1,5 +1,5 @@ .overlay { - position: absolute; + position: fixed; top: 0; left: 0; right: 0;