File tree 2 files changed +21
-19
lines changed
views/directives/notifications
2 files changed +21
-19
lines changed Original file line number Diff line number Diff line change 11
11
}
12
12
13
13
notification- drawer- wrapper {
14
- z-index : 10 ; // the overview shields are set to 9
14
+ z-index : 1050 ; // the overview shields are set to 9
15
+ pf- notification- drawer {
16
+ .drawer-pf {
17
+ z-index : 1050 ;
18
+ }
19
+ }
15
20
}
16
21
17
22
.drawer-pf-notification :hover {
Original file line number Diff line number Diff line change 1
- < div >
2
- < div
3
- style ="z-index: 100; "
4
- pf-notification-drawer
5
- drawer-hidden ="drawerHidden "
6
- allow-expand ="allowExpand "
7
- draw-expanded ="drawerExpanded "
8
- drawer-title ="{{drawerTitle}} "
9
- notification-groups ="notificationGroups "
10
- action-button-title ="{{actionButtonTitle}} "
11
- action-button-callback ="actionButtonCallback "
12
- heading-include ="{{headingInclude}} "
13
- subheading-include ="{{subheadingInclude}} "
14
- notification-body-include ="{{notificationBodyInclude}} "
15
- notification-footer-include ="{{notificationFooterInclude}} "
16
- custom-scope ="customScope ">
17
- </ div >
18
- </ div >
1
+ < pf-notification-drawer
2
+ style ="z-index: 100; "
3
+ drawer-hidden ="drawerHidden "
4
+ allow-expand ="allowExpand "
5
+ draw-expanded ="drawerExpanded "
6
+ drawer-title ="{{drawerTitle}} "
7
+ notification-groups ="notificationGroups "
8
+ action-button-title ="{{actionButtonTitle}} "
9
+ action-button-callback ="actionButtonCallback "
10
+ heading-include ="{{headingInclude}} "
11
+ subheading-include ="{{subheadingInclude}} "
12
+ notification-body-include ="{{notificationBodyInclude}} "
13
+ notification-footer-include ="{{notificationFooterInclude}} "
14
+ custom-scope ="customScope ">
15
+ </ pf-notification-drawer >
You can’t perform that action at this time.
0 commit comments