# HG changeset patch # User Giulio Moro # Date 1461543435 -3600 # Node ID 09326e3d502b4c41f57efe1aa13afa5525e9fd99 # Parent 49fe2f5efdf872b8a856c4fb4bbdd64aaa4a2879 Popup position set to fixed diff -r 49fe2f5efdf8 -r 09326e3d502b core.css --- a/core.css Sun Apr 24 20:49:35 2016 +0100 +++ b/core.css Mon Apr 25 01:17:15 2016 +0100 @@ -42,7 +42,7 @@ border-radius: 10px; box-shadow: 0px 0px 50px #000; z-index: 2; - position: absolute; + position: fixed; } div#popupContent { @@ -104,7 +104,7 @@ z-index: 2; width: 100%; height: 100%; - position: absolute; + position: fixed; left: 0px; top: 0px; } diff -r 49fe2f5efdf8 -r 09326e3d502b interfaces/discrete.css --- a/interfaces/discrete.css Sun Apr 24 20:49:35 2016 +0100 +++ b/interfaces/discrete.css Mon Apr 25 01:17:15 2016 +0100 @@ -4,7 +4,7 @@ */ body { /* Set the background colour (note US English spelling) to grey*/ - background-color: #ddd + background-color: #ddd; } div.pageTitle { @@ -19,12 +19,12 @@ div.testHalt { /* Specify any colouring during the test halt for pre/post questions */ - background-color: rgba(0,0,0,0.5); + /* background-color: rgba(0,0,0,0.5); */ /* Don't mess with this bit */ z-index: 2; width: 100%; height: 100%; - position: absolute; + position: fixed; left: 0px; top: 0px; }