diff options
author | Ivan Ljubisavljevic <ivan996sk@gmail.com> | 2022-05-26 22:07:42 +0200 |
---|---|---|
committer | Ivan Ljubisavljevic <ivan996sk@gmail.com> | 2022-05-26 22:07:42 +0200 |
commit | d9f2acad56bc42a05ae9c0b4fd25827fb6cea374 (patch) | |
tree | d29a5dc11aa3a49dac7b40b099126be9b5173d05 /frontend/src/app/_elements/notifications | |
parent | 78a10dadf619e4d090d93e19f08f9e35bcbd5a6d (diff) |
Ispravljen bug sa OK dugmetom (kod ucitanog dataseta)
Diffstat (limited to 'frontend/src/app/_elements/notifications')
-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"> |