Skip to content

Commit

Permalink
Fixed issue #10858: Notifications overlap menus
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Apr 4, 2016
1 parent 4d8410b commit 91ec8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/notifications/notifications.php
@@ -1,4 +1,4 @@
<div id="notif-container" class="col-lg-12 content-right" style="z-index: 10100">
<div id="notif-container" class="col-lg-12 content-right" style="z-index: 999">
<?php foreach($aMessage as $message):?>
<?php
if(isset($message['type']) && in_array($message['type'],array('error','success','danger','warning','info')))
Expand Down

0 comments on commit 91ec8a8

Please sign in to comment.