File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Umbraco.Web.UI.Client/src
views/components/notifications
Umbraco.Web.UI/umbraco/UmbracoBackOffice Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
.umb-notifications {
2
- z-index : 999999 ;
2
+ z-index : @zindexNotification ;
3
3
position : absolute ;
4
4
bottom : @editorFooterHeight ;
5
5
left : 0 ;
Original file line number Diff line number Diff line change 362
362
@zindexUmbOverlay : 7500 ;
363
363
@zindexOverlayBackdrop : 2000 ;
364
364
365
+ @zindexNotification : 8000 ;
366
+
365
367
// these are used for the tour which should be on top of everything else
366
368
@zindexTourBackdrop : 9999 ;
367
369
@zindexTourModal : 10000 ;
Original file line number Diff line number Diff line change 1
1
< div class ="umb-notifications " id ="umb-notifications-wrapper " ng-cloak >
2
- < ul class ="umb-notifications__notifications " aria-live ="assertive " aria-relevant ="additions ">
2
+ < ul ng-if =" notifications " class ="umb-notifications__notifications " aria-live ="assertive " aria-relevant ="additions ">
3
3
< li ng-repeat ="notification in notifications "
4
4
class ="alert alert-block alert-{{notification.type}} umb-notifications__notification animated -half-second fadeIn "
5
5
ng-class ="{'-no-border -extra-padding': notification.type === 'form'} ">
Original file line number Diff line number Diff line change 79
79
80
80
</div >
81
81
82
- <umb-notifications ></umb-notifications >
83
-
84
82
</div >
85
83
86
84
<umb-tour ng-if =" tour.show"
94
92
95
93
</div >
96
94
95
+ <umb-notifications ></umb-notifications >
96
+
97
97
<umb-backdrop ng-if =" backdrop.show || infiniteMode"
98
98
backdrop-opacity =" backdrop.opacity"
99
99
highlight-element =" backdrop.element"
You can’t perform that action at this time.
0 commit comments