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

Fix a covering problem

parent 146ff567
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ class VPUNotification extends VPULitElement { ...@@ -77,7 +77,7 @@ class VPUNotification extends VPULitElement {
return html` return html`
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css">
<style> <style>
#notification {position: fixed; top: 0; max-width: 500px; margin: 1% auto; left: 0; right: 0; z-index: 1000;} #notification {position: fixed; top: 0; max-width: 500px; margin: 0.75em auto; left: 0; right: 0; z-index: 1000; padding: 0;}
.notification h3 {font-weight: bold; margin-bottom: 3px;} .notification h3 {font-weight: bold; margin-bottom: 3px;}
</style> </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