From f1ecfbfbe529b059076d2a064c2100f8fea74368 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 26 Nov 2016 13:53:10 -0800 Subject: [PATCH] Make floating updater draggable by any edge so it doesn't get stuck at the top. #1031 --- src/css/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index 4c1fee277..0c9953344 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -1011,10 +1011,11 @@ span.hide-announcement { } #updater > .move { position: absolute; - left: 0; top: -5px; - width: 100%; - height: 5px; + bottom: -5px; + left: -5px; + right: -5px; + z-index: -1; } #updater > div:last-child { text-align: center;