Skip to content

Commit c561c30

Browse files
fix z-index header in angular
1 parent 1aceb75 commit c561c30

File tree

1 file changed

+1
-1
lines changed
  • packages/devextreme-schematics/src/add-layout/files/src/app/shared/components/header

1 file changed

+1
-1
lines changed

packages/devextreme-schematics/src/add-layout/files/src/app/shared/components/header/header.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:host {
22
flex: 0 0 auto;
3-
z-index: 1505;
3+
z-index: 1;
44
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
55
}
66

0 commit comments

Comments
 (0)