z-index issue and some icons. rename notifications-btn-1 to notifications-btn
This commit is contained in:
@@ -50,7 +50,7 @@ main {
|
||||
height: 100%;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
cursor: pointer;
|
||||
z-index: 1029;
|
||||
z-index: 1028;
|
||||
}
|
||||
|
||||
h1, .h1 {
|
||||
|
@@ -83,7 +83,7 @@ $(document).ready(function() {
|
||||
});
|
||||
|
||||
var notifications_parent = $('#notifications_wrapper')[0].parentElement.id;
|
||||
$('#notifications-btn-1').click(function() {
|
||||
$('#notifications-btn').click(function() {
|
||||
if($('#notifications_wrapper').hasClass('fs'))
|
||||
$('#notifications_wrapper').prependTo('#' + notifications_parent);
|
||||
else
|
||||
|
Reference in New Issue
Block a user