From 963233f4a929518e5ab82714237117fb22e9f413 Mon Sep 17 00:00:00 2001 From: Lukas Bernhard Date: Wed, 26 Jun 2013 18:18:56 +0200 Subject: [PATCH] Update overlay.css stops the overlay being scrolled away and covers the whole window all the time. --- overlay.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/overlay.css b/overlay.css index 4bf1913..751fbfb 100644 --- a/overlay.css +++ b/overlay.css @@ -1,6 +1,5 @@ - .overlay { - position: absolute; + position: fixed; top: 0; left: 0; opacity: 1;