mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Overlapping elements on dashboard #2259
This commit is contained in:
parent
c354179d7f
commit
089f5f6cb4
@ -484,7 +484,7 @@
|
|||||||
@endif
|
@endif
|
||||||
|
|
||||||
@if (Session::has('message'))
|
@if (Session::has('message'))
|
||||||
<div class="alert alert-info alert-hide">
|
<div class="alert alert-info alert-hide" style="z-index:9999">
|
||||||
{{ Session::get('message') }}
|
{{ Session::get('message') }}
|
||||||
</div>
|
</div>
|
||||||
@elseif (Session::has('news_feed_message'))
|
@elseif (Session::has('news_feed_message'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user