Skip to content
Snippets Groups Projects
Commit 146ff567 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Increase z-index of notifications

parent 9c3b10e5
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ class VPUNotification extends VPULitElement {
return html`
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css">
<style>
#notification {position: fixed; top: 0; max-width: 500px; margin: 1% auto; left: 0; right: 0;}
#notification {position: fixed; top: 0; max-width: 500px; margin: 1% auto; left: 0; right: 0; z-index: 1000;}
.notification h3 {font-weight: bold; margin-bottom: 3px;}
</style>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment