Skip to content

Commit

Permalink
Adjust autonab sticky div ordering
Browse files Browse the repository at this point in the history
Located Newznab theme from https://github.com/Frikish in which uses a z-index of 1030. Let's go needlessly high regardless
  • Loading branch information
ppslim committed Oct 13, 2013
1 parent 686c4ce commit dee04e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/nabnotify.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit dee04e7

Please sign in to comment.