From dee04e781e7b64d238e9edb0b946859821683b9c Mon Sep 17 00:00:00 2001 From: Phil R Date: Sun, 13 Oct 2013 16:05:42 +0100 Subject: [PATCH] Adjust autonab sticky div ordering Located Newznab theme from https://github.com/Frikish in which uses a z-index of 1030. Let's go needlessly high regardless --- css/nabnotify.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/nabnotify.css b/css/nabnotify.css index fc7258a..588ee14 100644 --- a/css/nabnotify.css +++ b/css/nabnotify.css @@ -7,10 +7,10 @@ position: fixed; top: 0; left: 0; - z-index: 1000; + z-index: 999999999; width: 100%; border-bottom: 3px solid #fff !important; height: 45px; background-color: #91BD09; box-shadow: 1px 1px 7px #676767; -} \ No newline at end of file +}