Skip to content

Commit 56f1287

Browse files
Update pf-notification-drawer to element instead of attrib per change to component from directive
1 parent a6498a5 commit 56f1287

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

Diff for: app/styles/_notifications.less

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@
1111
}
1212

1313
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+
}
1520
}
1621

1722
.drawer-pf-notification:hover {
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
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>

0 commit comments

Comments
 (0)