Skip to content

Commit 2da4ca3

Browse files
fix header z-index in react
1 parent 1e2f149 commit 2da4ca3

File tree

1 file changed

+4
-0
lines changed
  • packages/devextreme-cli/src/templates/react/application/src/components/header

1 file changed

+4
-0
lines changed

packages/devextreme-cli/src/templates/react/application/src/components/header/Header.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ header {
1010
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
1111
}
1212

13+
.side-nav-outer-toolbar .header-component {
14+
z-index: 1505;
15+
}
16+
1317
.dx-toolbar.header-toolbar .dx-toolbar-items-container .dx-toolbar-after {
1418
padding: 0 40px;
1519

0 commit comments

Comments
 (0)