+
{{ message }}
@@ -30,6 +30,11 @@
type: Boolean,
default: true,
},
+
+ isFixed: {
+ type: Boolean,
+ default: false
+ }
},
methods: {
diff --git a/resources/sass/app.scss b/resources/sass/app.scss
index 915855a4..1aa70a54 100644
--- a/resources/sass/app.scss
+++ b/resources/sass/app.scss
@@ -315,6 +315,16 @@ footer .field.is-grouped {
justify-content: center;
}
+.notification.is-fixed {
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ border-radius: 0;
+ padding: 0.5rem 2.5rem 0.5rem 1.5rem;
+ text-align: center;
+}
+
.file .tag {
margin-left: 0.75rem;
}