diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/app.component.scss | 5 | ||||
-rw-r--r-- | client/src/sass/primeng-custom.scss | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index b51a81eb1..881f3ff31 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -91,8 +91,3 @@ footer { | |||
91 | height: $footer-height; | 91 | height: $footer-height; |
92 | justify-content: center; | 92 | justify-content: center; |
93 | } | 93 | } |
94 | |||
95 | simple-notifications { | ||
96 | position: relative; | ||
97 | z-index: 1500; | ||
98 | } | ||
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 8b3e0b813..05db2a2cb 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -328,6 +328,8 @@ p-toast { | |||
328 | display: flex; | 328 | display: flex; |
329 | 329 | ||
330 | .message { | 330 | .message { |
331 | flex-grow: 1; | ||
332 | |||
331 | h3 { | 333 | h3 { |
332 | font-size: 21px; | 334 | font-size: 21px; |
333 | } | 335 | } |