diff options
author | Danijel Anđelković <adanijel99@gmail.com> | 2022-05-26 22:13:00 +0200 |
---|---|---|
committer | Danijel Anđelković <adanijel99@gmail.com> | 2022-05-26 22:13:00 +0200 |
commit | 71c87626ff13be56ef028e1011b75f65af9b9914 (patch) | |
tree | e82673cd49d1dcc8825552c516c9873086b55514 /frontend/src/app/_elements/notifications/notifications.component.html | |
parent | 6060950ed1d6ba890ca44ae557aaa17632b9c350 (diff) | |
parent | d9f2acad56bc42a05ae9c0b4fd25827fb6cea374 (diff) |
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into redesign
Diffstat (limited to 'frontend/src/app/_elements/notifications/notifications.component.html')
-rw-r--r-- | frontend/src/app/_elements/notifications/notifications.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/app/_elements/notifications/notifications.component.html b/frontend/src/app/_elements/notifications/notifications.component.html index 3b2f4eaa..d3218a96 100644 --- a/frontend/src/app/_elements/notifications/notifications.component.html +++ b/frontend/src/app/_elements/notifications/notifications.component.html @@ -1,4 +1,4 @@ -<div *ngIf="notifications && notifications.length > 0" class="position-fixed card card-body p-1 m-3" style="bottom: 0; right: 0; width: 18rem;"> +<div *ngIf="notifications && notifications.length > 0" class="position-fixed card card-body p-1 m-3" style="bottom: 0; right: 0; width: 18rem; z-index: 5000;"> <h2 class="m-auto" (click)="closed = !closed;" data-bs-toggle="collapse" href="#collapseNotifs" role="button" aria-expanded="true" aria-controls="collapseNotifs"> Notifikacije <span class="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-danger"> |