aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r--client/src/app/app.component.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss
index 008c6d1f0..c0ec2025d 100644
--- a/client/src/app/app.component.scss
+++ b/client/src/app/app.component.scss
@@ -86,3 +86,8 @@ footer {
86 margin-top: $footer-margin; 86 margin-top: $footer-margin;
87 height: $footer-height; 87 height: $footer-height;
88} 88}
89
90simple-notifications {
91 position: relative;
92 z-index: 1500;
93}